#include <postgresql_preparedstatement_parameter_collection.h>
◆ ~wxPostgresPreparedStatementParameterCollection()
virtual wxPostgresPreparedStatementParameterCollection::~wxPostgresPreparedStatementParameterCollection |
( |
| ) |
|
|
virtual |
◆ GetParamFormats()
int* wxPostgresPreparedStatementParameterCollection::GetParamFormats |
( |
| ) |
|
◆ GetParamLengths()
int* wxPostgresPreparedStatementParameterCollection::GetParamLengths |
( |
| ) |
|
◆ GetParamValues()
char** wxPostgresPreparedStatementParameterCollection::GetParamValues |
( |
| ) |
|
◆ GetSize()
int wxPostgresPreparedStatementParameterCollection::GetSize |
( |
| ) |
|
◆ SetParam() [1/8]
void wxPostgresPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
int |
nValue |
|
) |
| |
◆ SetParam() [2/8]
void wxPostgresPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
double |
dblValue |
|
) |
| |
◆ SetParam() [3/8]
void wxPostgresPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
const wxString & |
strValue |
|
) |
| |
◆ SetParam() [4/8]
void wxPostgresPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition | ) |
|
◆ SetParam() [5/8]
void wxPostgresPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
const void * |
pData, |
|
|
long |
nDataLength |
|
) |
| |
◆ SetParam() [6/8]
void wxPostgresPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
const wxDateTime & |
dateValue |
|
) |
| |
◆ SetParam() [7/8]
void wxPostgresPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
bool |
bValue |
|
) |
| |
◆ SetParam() [8/8]
void wxPostgresPreparedStatementParameterCollection::SetParam |
( |
int |
nPosition, |
|
|
wxPostgresParameter & |
Parameter |
|
) |
| |
◆ m_Parameters
ArrayOfPostgresParameters wxPostgresPreparedStatementParameterCollection::m_Parameters |
|
private |