11 #ifndef HK_ACTIONQUERY
12 #define HK_ACTIONQUERY
42 void set_sql(
const char*s,
unsigned long l);
43 void set_sql(
const hk_string& s,
bool convertdelimiter=
false);
44 const char* sql(
void);
45 unsigned long length(
void);
54 virtual bool driver_specific_execute(
void){
return false;}
55 virtual bool driver_specific_sql(
const char*s);
56 virtual void before_source_vanishes(
void);
58 unsigned long p_length;
60 hk_string sqlconvertdelimiter(
const hk_string& );
represents a particular database on the SQL Server
Definition: hk_database.h:48
represents a resultquery or a table of a database.
Definition: hk_datasource.h:45
Definition: hk_actionquery.cpp:18
Base class for all kind of queries.
Definition: hk_data.h:26
bool set_sql(const hk_string &s, bool rawsql=false, bool registerchange=true)
Definition: hk_datasource.cpp:753
enum_datasourcetypes
Definition: hk_data.h:41
Action query (i.e. ALTER TABLE) with no result.
Definition: hk_actionquery.h:29