class DBClient::DBExecutor

Defined in:

dbclient.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(the_db_url : String, theDatabaseName : String) #

[View source]
def self.new(fromFileNames : Array(String)) #

[View source]

Instance Method Detail

def conncted_only #

[View source]
def exclude_attributes(to_exclude) #

[View source]
def filter_exclude_tables(exclude_list) #

[View source]
def fkdefs : Array({String, String, String, String, String}) #

[View source]
def fkdefs=(fkdefs : Array(Tuple(String, String, String, String, String))) #

[View source]
def get_primary_keys : Array({String, String}) #

[View source]
def get_table_attr : Array({String, String}) #

[View source]
def get_table_names #

[View source]
def get_tables_without_pk #

[View source]
def tables_and_columns : Array({String, String}) #

[View source]
def tables_and_columns=(tables_and_columns : Array(Tuple(String, String))) #

[View source]
def tables_and_pks : Array({String, String}) #

[View source]
def tables_and_pks=(tables_and_pks : Array(Tuple(String, String))) #

[View source]