|
HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <MysqlLite.h>
Public Member Functions | |
| PreparedQuery (const char *query, MysqlLite *sql) | |
| ~PreparedQuery () | |
| bool | execute () |
| MYSQL_BIND * | operator[] (int index) |
| bool | bind () |
| const char * | errorStr () |
| unsigned int | errNo () |
Definition at line 51 of file MysqlLite.h.
| PreparedQuery::PreparedQuery | ( | const char * | query, |
| MysqlLite * | sql | ||
| ) |
Definition at line 195 of file MysqlLite.cpp.
| PreparedQuery::~PreparedQuery | ( | ) |
Definition at line 213 of file MysqlLite.cpp.
| bool PreparedQuery::bind | ( | ) |
Definition at line 233 of file MysqlLite.cpp.
|
inline |
Definition at line 60 of file MysqlLite.h.
| const char * PreparedQuery::errorStr | ( | ) |
Definition at line 238 of file MysqlLite.cpp.
| bool PreparedQuery::execute | ( | ) |
Definition at line 219 of file MysqlLite.cpp.
| MYSQL_BIND * PreparedQuery::operator[] | ( | int | index | ) |
Definition at line 224 of file MysqlLite.cpp.