#include <mysql_preparedstatement_parameter_collection.h>
◆ wxMysqlPreparedStatementParameterCollection()
wxMysqlPreparedStatementParameterCollection::wxMysqlPreparedStatementParameterCollection |
( |
| ) |
|
◆ ~wxMysqlPreparedStatementParameterCollection()
virtual wxMysqlPreparedStatementParameterCollection::~wxMysqlPreparedStatementParameterCollection |
( |
| ) |
|
|
virtual |
◆ GetMysqlParameterBindings()
MYSQL_BIND* wxMysqlPreparedStatementParameterCollection::GetMysqlParameterBindings |
( |
| ) |
|
◆ GetSize()
int wxMysqlPreparedStatementParameterCollection::GetSize |
( |
| ) |
|
◆ SetParam() [1/8]
void wxMysqlPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
int |
nValue |
|
) |
| |
◆ SetParam() [2/8]
void wxMysqlPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
double |
dblValue |
|
) |
| |
◆ SetParam() [3/8]
void wxMysqlPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
const wxString & |
strValue |
|
) |
| |
◆ SetParam() [4/8]
void wxMysqlPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition | ) |
|
◆ SetParam() [5/8]
void wxMysqlPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
const void * |
pData, |
|
|
long |
nDataLength |
|
) |
| |
◆ SetParam() [6/8]
void wxMysqlPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
const wxDateTime & |
dateValue |
|
) |
| |
◆ SetParam() [7/8]
void wxMysqlPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
bool |
bValue |
|
) |
| |
◆ SetParam() [8/8]
void wxMysqlPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
wxMysqlParameter * |
pParameter |
|
) |
| |
◆ m_Parameters
MysqlParameterArray wxMysqlPreparedStatementParameterCollection::m_Parameters |
|
private |