#include <MysqlPreparedStatementWrapper.h>
Inheritance diagram for MysqlPreparedStatementWrapper:

Public Member Functions | |
| MysqlPreparedStatementWrapper (MYSQL_STMT *pStatement) | |
| virtual | ~MysqlPreparedStatementWrapper () |
| void | Close () |
| void | SetParam (int nPosition, int nValue) |
| void | SetParam (int nPosition, double dblValue) |
| void | SetParam (int nPosition, const wxString &strValue) |
| void | SetParam (int nPosition) |
| void | SetParam (int nPosition, const void *pData, long nDataLength) |
| void | SetParam (int nPosition, const wxDateTime &dateValue) |
| void | SetParam (int nPosition, bool bValue) |
| int | GetParameterCount () |
| void | RunQuery () |
| DatabaseResultSet * | RunQueryWithResults () |
|
|
Definition at line 8 of file MysqlPreparedStatementWrapper.cpp. |
|
|
Definition at line 14 of file MysqlPreparedStatementWrapper.cpp. References Close(). |
|
|
Definition at line 19 of file MysqlPreparedStatementWrapper.cpp. Referenced by ~MysqlPreparedStatementWrapper(). |
|
|
Definition at line 64 of file MysqlPreparedStatementWrapper.cpp. Referenced by MysqlPreparedStatement::GetParameterCount(). |
|
|
|
||||||||||||
|
Definition at line 59 of file MysqlPreparedStatementWrapper.cpp. References MysqlPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||
|
Definition at line 54 of file MysqlPreparedStatementWrapper.cpp. References MysqlPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||||||
|
Definition at line 49 of file MysqlPreparedStatementWrapper.cpp. References MysqlPreparedStatementParameterCollection::SetParam(). |
|
|
Definition at line 44 of file MysqlPreparedStatementWrapper.cpp. References MysqlPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||
|
Definition at line 39 of file MysqlPreparedStatementWrapper.cpp. References MysqlPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||
|
Definition at line 34 of file MysqlPreparedStatementWrapper.cpp. References MysqlPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||
1.4.1