#include <mysql_param.h>
Definition at line 6 of file mysql_param.h.
◆ anonymous enum
Enumerator |
---|
PARAM_STRING | |
PARAM_INT | |
PARAM_DOUBLE | |
PARAM_DATETIME | |
PARAM_BOOL | |
PARAM_BLOB | |
PARAM_NULL | |
Definition at line 21 of file mysql_param.h.
◆ wxMysqlParameter() [1/7]
wxMysqlParameter::wxMysqlParameter |
( |
| ) |
|
◆ wxMysqlParameter() [2/7]
wxMysqlParameter::wxMysqlParameter |
( |
const wxString & |
strValue | ) |
|
◆ wxMysqlParameter() [3/7]
wxMysqlParameter::wxMysqlParameter |
( |
int |
nValue | ) |
|
◆ wxMysqlParameter() [4/7]
wxMysqlParameter::wxMysqlParameter |
( |
double |
dblValue | ) |
|
◆ wxMysqlParameter() [5/7]
wxMysqlParameter::wxMysqlParameter |
( |
bool |
bValue | ) |
|
◆ wxMysqlParameter() [6/7]
wxMysqlParameter::wxMysqlParameter |
( |
const wxDateTime & |
dateValue | ) |
|
◆ wxMysqlParameter() [7/7]
wxMysqlParameter::wxMysqlParameter |
( |
const void * |
pData, |
|
|
long |
nDataLength |
|
) |
| |
◆ ~wxMysqlParameter()
virtual wxMysqlParameter::~wxMysqlParameter |
( |
| ) |
|
|
virtual |
◆ GetBufferType()
enum_field_types wxMysqlParameter::GetBufferType |
( |
| ) |
|
◆ GetDataLength()
long unsigned int wxMysqlParameter::GetDataLength |
( |
| ) |
|
◆ GetDataLengthPtr()
long unsigned int* wxMysqlParameter::GetDataLengthPtr |
( |
| ) |
|
◆ GetDataPtr()
const void* wxMysqlParameter::GetDataPtr |
( |
| ) |
|
◆ GetParameterType()
int wxMysqlParameter::GetParameterType |
( |
| ) |
|
◆ m_BufferValue
wxMemoryBuffer wxMysqlParameter::m_BufferValue |
|
private |
◆ m_bValue
bool wxMysqlParameter::m_bValue |
|
private |
◆ m_CharBufferValue
wxCharBuffer wxMysqlParameter::m_CharBufferValue |
|
private |
◆ m_dblValue
double wxMysqlParameter::m_dblValue |
|
private |
◆ m_nBufferLength
long unsigned int wxMysqlParameter::m_nBufferLength |
|
private |
◆ m_nParameterType
int wxMysqlParameter::m_nParameterType |
|
private |
◆ m_nValue
int wxMysqlParameter::m_nValue |
|
private |
◆ m_pDate
MYSQL_TIME* wxMysqlParameter::m_pDate |
|
private |
◆ m_strValue
wxString wxMysqlParameter::m_strValue |
|
private |