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

Public Member Functions | |
| MysqlPreparedStatementParameter (MYSQL_BIND *pBind) | |
| MysqlPreparedStatementParameter (MYSQL_BIND *pBind, const wxString &strValue) | |
| MysqlPreparedStatementParameter (MYSQL_BIND *pBind, int nValue) | |
| MysqlPreparedStatementParameter (MYSQL_BIND *pBind, double dblValue) | |
| MysqlPreparedStatementParameter (MYSQL_BIND *pBind, const void *pData, long nDataLength) | |
| MysqlPreparedStatementParameter (MYSQL_BIND *pBind, const wxDateTime &dateValue) | |
| MysqlPreparedStatementParameter (MYSQL_BIND *pBind, bool bValue) | |
| MysqlPreparedStatementParameter (MYSQL_BIND *pBind, MYSQL_FIELD *pField) | |
| virtual | ~MysqlPreparedStatementParameter () |
| MYSQL_BIND * | GetMysqlBind () |
| MysqlBindData * | GetBindData () |
| void | SetInt (int nValue) |
| void | SetDouble (double dblValue) |
| void | SetString (const wxString &strValue) |
| void | SetNull () |
| void | SetBlob (const void *pData, long nDataLength) |
| void | SetDate (const wxDateTime &dateValue) |
| void | SetBool (bool bValue) |
| void | ClearBuffer () |
|
|
Definition at line 6 of file MysqlPreparedStatementParameter.cpp. References SetNull(). |
|
||||||||||||
|
Definition at line 14 of file MysqlPreparedStatementParameter.cpp. References SetString(). |
|
||||||||||||
|
Definition at line 21 of file MysqlPreparedStatementParameter.cpp. References SetInt(). |
|
||||||||||||
|
Definition at line 28 of file MysqlPreparedStatementParameter.cpp. References SetDouble(). |
|
||||||||||||||||
|
Definition at line 35 of file MysqlPreparedStatementParameter.cpp. References SetBlob(). |
|
||||||||||||
|
Definition at line 42 of file MysqlPreparedStatementParameter.cpp. References SetDate(). |
|
||||||||||||
|
Definition at line 49 of file MysqlPreparedStatementParameter.cpp. References SetBool(). |
|
||||||||||||
|
Definition at line 56 of file MysqlPreparedStatementParameter.cpp. References bind_data::bufferValue, ClearBuffer(), DatabaseErrorReporter::SetErrorCode(), DatabaseErrorReporter::SetErrorMessage(), and DatabaseErrorReporter::ThrowDatabaseException(). |
|
|
Definition at line 87 of file MysqlPreparedStatementParameter.cpp. |
|
|
Definition at line 91 of file MysqlPreparedStatementParameter.cpp. Referenced by MysqlPreparedStatementParameter(). |
|
|
Definition at line 51 of file MysqlPreparedStatementParameter.h. |
|
|
Definition at line 50 of file MysqlPreparedStatementParameter.h. |
|
||||||||||||
|
Definition at line 128 of file MysqlPreparedStatementParameter.cpp. References bind_data::bufferValue. Referenced by MysqlPreparedStatementParameter(). |
|
|
Definition at line 150 of file MysqlPreparedStatementParameter.cpp. References bind_data::bValue. Referenced by MysqlPreparedStatementParameter(). |
|
|
Definition at line 137 of file MysqlPreparedStatementParameter.cpp. References bind_data::dateValue. Referenced by MysqlPreparedStatementParameter(). |
|
|
Definition at line 103 of file MysqlPreparedStatementParameter.cpp. References bind_data::dblValue. Referenced by MysqlPreparedStatementParameter(). |
|
|
Definition at line 96 of file MysqlPreparedStatementParameter.cpp. References bind_data::nValue. Referenced by MysqlPreparedStatementParameter(). |
|
|
Definition at line 122 of file MysqlPreparedStatementParameter.cpp. Referenced by MysqlPreparedStatementParameter(). |
|
|
Definition at line 110 of file MysqlPreparedStatementParameter.cpp. References bind_data::charBufferValue, DatabaseStringConverter::ConvertToUnicodeStream(), DatabaseStringConverter::GetEncodedStreamLength(), bind_data::nBufferLength, and bind_data::strValue. Referenced by MysqlPreparedStatementParameter(). |
1.4.1