#include <hk_actionquery.h>
Inheritance diagram for hk_actionquery:
Public Member Functions | |
virtual | ~hk_actionquery (void) |
enum_datasourcetypes | type (void) |
void | set_sql (const char *s, unsigned long l) |
void | set_sql (const hk_string &s, bool convertdelimiter=false) |
const char * | sql (void) |
unsigned long | length (void) |
bool | execute (void) |
Protected Member Functions | |
hk_actionquery (hk_database *db) | |
virtual bool | driver_specific_execute (void) |
virtual bool | driver_specific_sql (const char *s) |
virtual void | before_source_vanishes (void) |
void | print_sql (void) |
hk_string | sqlconvertdelimiter (const hk_string &) |
Protected Attributes | |
char * | p_sql |
unsigned long | p_length |
Friends | |
class | hk_database |
class | hk_datasource |
|
|
|
|
|
Reimplemented from hk_data. |
|
|
|
|
|
tries to execute the sql statement
|
|
|
|
|
|
|
|
SQL-serverdependend SQL statement
|
|
|
|
|
|
|
|
Reimplemented from hk_data. |
|
|
|
|
|
|