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

Public Types | |
| enum | { PARAM_STRING = 0, PARAM_INT, PARAM_DOUBLE, PARAM_DATETIME, PARAM_BOOL, PARAM_BLOB, PARAM_NULL } |
Public Member Functions | |
| MysqlParameter () | |
| MysqlParameter (const wxString &strValue) | |
| MysqlParameter (int nValue) | |
| MysqlParameter (double dblValue) | |
| MysqlParameter (bool bValue) | |
| MysqlParameter (const wxDateTime &dateValue) | |
| MysqlParameter (const void *pData, long nDataLength) | |
| virtual | ~MysqlParameter () |
| long unsigned int | GetDataLength () |
| long unsigned int * | GetDataLengthPtr () |
| const void * | GetDataPtr () |
| int | GetParameterType () |
| enum_field_types | GetBufferType () |
|
|
Definition at line 33 of file MysqlParameter.h. |
|
|
Definition at line 5 of file MysqlParameter.cpp. References PARAM_NULL. |
|
|
Definition at line 10 of file MysqlParameter.cpp. References DatabaseStringConverter::ConvertToUnicodeStream(), DatabaseStringConverter::GetEncodedStreamLength(), and PARAM_STRING. |
|
|
Definition at line 18 of file MysqlParameter.cpp. References PARAM_INT. |
|
|
Definition at line 25 of file MysqlParameter.cpp. References PARAM_DOUBLE. |
|
|
Definition at line 32 of file MysqlParameter.cpp. References PARAM_BOOL. |
|
|
Definition at line 38 of file MysqlParameter.cpp. References PARAM_DATETIME. |
|
||||||||||||
|
Definition at line 57 of file MysqlParameter.cpp. References PARAM_BLOB. |
|
|
Definition at line 65 of file MysqlParameter.cpp. References PARAM_DATETIME. |
|
|
Definition at line 123 of file MysqlParameter.cpp. References PARAM_BLOB, PARAM_BOOL, PARAM_DATETIME, PARAM_DOUBLE, PARAM_INT, PARAM_NULL, and PARAM_STRING. |
|
|
Definition at line 74 of file MysqlParameter.cpp. |
|
|
Definition at line 79 of file MysqlParameter.cpp. |
|
|
Definition at line 84 of file MysqlParameter.cpp. References PARAM_BLOB, PARAM_BOOL, PARAM_DATETIME, PARAM_DOUBLE, PARAM_INT, PARAM_NULL, and PARAM_STRING. |
|
|
Definition at line 118 of file MysqlParameter.cpp. |
1.4.1