#include <mysql_preparedstatement_parameter.h>
◆ wxMysqlPreparedStatementParameter() [1/8]
wxMysqlPreparedStatementParameter::wxMysqlPreparedStatementParameter |
( |
MYSQL_BIND * |
pBind | ) |
|
◆ wxMysqlPreparedStatementParameter() [2/8]
wxMysqlPreparedStatementParameter::wxMysqlPreparedStatementParameter |
( |
MYSQL_BIND * |
pBind, |
|
|
const wxString & |
strValue |
|
) |
| |
◆ wxMysqlPreparedStatementParameter() [3/8]
wxMysqlPreparedStatementParameter::wxMysqlPreparedStatementParameter |
( |
MYSQL_BIND * |
pBind, |
|
|
int |
nValue |
|
) |
| |
◆ wxMysqlPreparedStatementParameter() [4/8]
wxMysqlPreparedStatementParameter::wxMysqlPreparedStatementParameter |
( |
MYSQL_BIND * |
pBind, |
|
|
double |
dblValue |
|
) |
| |
◆ wxMysqlPreparedStatementParameter() [5/8]
wxMysqlPreparedStatementParameter::wxMysqlPreparedStatementParameter |
( |
MYSQL_BIND * |
pBind, |
|
|
const void * |
pData, |
|
|
long |
nDataLength |
|
) |
| |
◆ wxMysqlPreparedStatementParameter() [6/8]
wxMysqlPreparedStatementParameter::wxMysqlPreparedStatementParameter |
( |
MYSQL_BIND * |
pBind, |
|
|
const wxDateTime & |
dateValue |
|
) |
| |
◆ wxMysqlPreparedStatementParameter() [7/8]
wxMysqlPreparedStatementParameter::wxMysqlPreparedStatementParameter |
( |
MYSQL_BIND * |
pBind, |
|
|
bool |
bValue |
|
) |
| |
◆ wxMysqlPreparedStatementParameter() [8/8]
wxMysqlPreparedStatementParameter::wxMysqlPreparedStatementParameter |
( |
MYSQL_BIND * |
pBind, |
|
|
MYSQL_FIELD * |
pField |
|
) |
| |
◆ ~wxMysqlPreparedStatementParameter()
virtual wxMysqlPreparedStatementParameter::~wxMysqlPreparedStatementParameter |
( |
| ) |
|
|
virtual |
◆ ClearBuffer()
void wxMysqlPreparedStatementParameter::ClearBuffer |
( |
| ) |
|
◆ GetBindData()
MysqlBindData* wxMysqlPreparedStatementParameter::GetBindData |
( |
| ) |
|
|
inline |
◆ GetMysqlBind()
MYSQL_BIND* wxMysqlPreparedStatementParameter::GetMysqlBind |
( |
| ) |
|
|
inline |
◆ SetBlob()
void wxMysqlPreparedStatementParameter::SetBlob |
( |
const void * |
pData, |
|
|
long |
nDataLength |
|
) |
| |
◆ SetBool()
void wxMysqlPreparedStatementParameter::SetBool |
( |
bool |
bValue | ) |
|
◆ SetDate()
void wxMysqlPreparedStatementParameter::SetDate |
( |
const wxDateTime & |
dateValue | ) |
|
◆ SetDouble()
void wxMysqlPreparedStatementParameter::SetDouble |
( |
double |
dblValue | ) |
|
◆ SetInt()
void wxMysqlPreparedStatementParameter::SetInt |
( |
int |
nValue | ) |
|
◆ SetNull()
void wxMysqlPreparedStatementParameter::SetNull |
( |
| ) |
|
◆ SetString()
void wxMysqlPreparedStatementParameter::SetString |
( |
const wxString & |
strValue | ) |
|
◆ m_bIsNull
my_bool wxMysqlPreparedStatementParameter::m_bIsNull |
|
private |
◆ m_Data
◆ m_pBind
MYSQL_BIND* wxMysqlPreparedStatementParameter::m_pBind |
|
private |