|
Public Types |
enum | enum_datasourcetypes {
ds_table,
ds_query,
ds_actionquery,
ds_view,
ds_unknown
} |
Public Member Functions |
virtual hk_string | name (void) const |
virtual void | set_name (const hk_string &n) |
virtual enum_datasourcetypes | type (void) const |
hk_string | identifierdelimiter (void) const |
hk_string | textdelimiter (void) const |
Static Public Member Functions |
static bool | print_sqlstatements (void) |
static void | set_print_sqlstatements (bool p) |
Protected Member Functions |
| hk_data () |
virtual | ~hk_data () |
virtual void | before_source_vanishes (void) |
virtual void | before_connection_disconnects (void) |
virtual void | filelist_changes (listtype t) |
virtual bool | driver_specific_name (const hk_string &n) |
Protected Attributes |
hk_string | p_name |
hk_string | p_sqltextdelimiter |
hk_string | p_identifierdelimiter |
Static Protected Attributes |
static bool | p_print_sqlstatements |
Friends |
class | hk_database |