MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
SqlClient (MYSQL *mysql) | |
SqlClient (const char *_user="root", const char *_password="", const char *_suffix=0) | |
bool | doQuery (const char *query) |
bool | doQuery (const char *query, SqlResultSet &result) |
bool | doQuery (const char *query, const Properties &args, SqlResultSet &result) |
bool | doQuery (BaseString &str) |
bool | doQuery (BaseString &str, SqlResultSet &result) |
bool | doQuery (BaseString &str, const Properties &args, SqlResultSet &result) |
bool | waitConnected (int timeout) |
Protected Member Functions | |
bool | runQuery (const char *query, const Properties &args, SqlResultSet &rows) |
bool | isConnected () |
int | connect () |
void | disconnect () |
Protected Attributes | |
bool | connected |
MYSQL * | mysql |
bool | free_mysql |
BaseString | default_file |
BaseString | default_group |
BaseString | user |
BaseString | password |
Definition at line 61 of file SqlClient.hpp.