#include <PostgresPreparedStatementParameterCollection.h>
Public Member Functions | |
| virtual | ~PostgresPreparedStatementParameterCollection () |
| int | GetSize () |
| char ** | GetParamValues () |
| int * | GetParamLengths () |
| int * | GetParamFormats () |
| void | SetParam (int nPosition, int nValue) |
| void | SetParam (int nPosition, double dblValue) |
| void | SetParam (int nPosition, const wxString &strValue) |
| void | SetParam (int nPosition) |
| void | SetParam (int nPosition, const void *pData, long nDataLength) |
| void | SetParam (int nPosition, const wxDateTime &dateValue) |
| void | SetParam (int nPosition, bool bValue) |
| void | SetParam (int nPosition, PostgresParameter &Parameter) |
|
|
Definition at line 6 of file PostgresPreparedStatementParameterCollection.cpp. |
|
|
Definition at line 42 of file PostgresPreparedStatementParameterCollection.cpp. Referenced by PostgresPreparedStatementWrapper::RunQuery(), and PostgresPreparedStatementWrapper::RunQueryWithResults(). |
|
|
Definition at line 29 of file PostgresPreparedStatementParameterCollection.cpp. Referenced by PostgresPreparedStatementWrapper::RunQuery(), and PostgresPreparedStatementWrapper::RunQueryWithResults(). |
|
|
Definition at line 16 of file PostgresPreparedStatementParameterCollection.cpp. Referenced by PostgresPreparedStatementWrapper::RunQuery(), and PostgresPreparedStatementWrapper::RunQueryWithResults(). |
|
|
Definition at line 11 of file PostgresPreparedStatementParameterCollection.cpp. Referenced by PostgresPreparedStatementWrapper::RunQuery(), and PostgresPreparedStatementWrapper::RunQueryWithResults(). |
|
||||||||||||
|
Definition at line 96 of file PostgresPreparedStatementParameterCollection.cpp. |
|
||||||||||||
|
Definition at line 90 of file PostgresPreparedStatementParameterCollection.cpp. References SetParam(). |
|
||||||||||||
|
Definition at line 84 of file PostgresPreparedStatementParameterCollection.cpp. References SetParam(). |
|
||||||||||||||||
|
Definition at line 78 of file PostgresPreparedStatementParameterCollection.cpp. References SetParam(). |
|
|
Definition at line 72 of file PostgresPreparedStatementParameterCollection.cpp. References SetParam(). |
|
||||||||||||
|
Definition at line 66 of file PostgresPreparedStatementParameterCollection.cpp. References SetParam(). |
|
||||||||||||
|
Definition at line 60 of file PostgresPreparedStatementParameterCollection.cpp. References SetParam(). |
|
||||||||||||
|
Definition at line 54 of file PostgresPreparedStatementParameterCollection.cpp. Referenced by PostgresPreparedStatementWrapper::SetParam(), and SetParam(). |
1.4.1