Class: Server::DB

Inherits:
JunglePath::DBAccess::IO::DB show all
Includes:
Singleton
Defined in:
lib/jungle_path/app/db/db.rb

Instance Attribute Summary

Attributes inherited from JunglePath::DBAccess::IO::DB

#base, #config, #copy, #database_name, #delete, #insert, #postgresql, #schema, #select, #update

Instance Method Summary collapse

Methods inherited from JunglePath::DBAccess::IO::DB

#copy_table_data, #create_table_like, #drop_table?, #get_max_id_for_table, #rename_table, #reset_sequence_for_table, #table_exists?, #transaction

Constructor Details

#initializeDB

Returns a new instance of DB.



9
10
11
# File 'lib/jungle_path/app/db/db.rb', line 9

def initialize
  super jungle.db
end