11 #ifndef HK_MYSQLDATABASE
12 #define HK_MYSQLDATABASE
13 #include "hk_database.h"
14 #include "hk_mysqldatasource.h"
33 virtual bool driver_specific_rename_table(
const hk_string& oldname,
const hk_string& newname);
34 bool driver_specific_select_db(
void);
35 void driver_specific_viewlist(
void);
40 list<hk_mysqldatasource*> p_dsourcelist;
represents a particular database on the SQL Server
Definition: hk_database.h:48
Definition: hk_mysqldatabase.h:19
void driver_specific_tablelist(void)
Definition: hk_mysqldatabase.cpp:42
Definition: hk_mysqlconnection.h:37
represents a resultquery or a table of a database.
Definition: hk_datasource.h:45
base class for multidatasource based classes like forms and reports
Definition: hk_presentation.h:40
Action query (i.e. ALTER TABLE) with no result.
Definition: hk_actionquery.h:29