#include <PostgresPreparedStatementWrapper.h>
Inheritance diagram for PostgresPreparedStatementWrapper:

Public Member Functions | |
| PostgresPreparedStatementWrapper (PGconn *pDatabase, const wxString &strSQL, const wxString &strStatementName) | |
| virtual | ~PostgresPreparedStatementWrapper () |
| 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) |
| int | GetParameterCount () |
| void | RunQuery () |
| DatabaseResultSet * | RunQueryWithResults () |
|
||||||||||||||||
|
Definition at line 6 of file PostgresPreparedStatementWrapper.cpp. |
|
|
Definition at line 14 of file PostgresPreparedStatementWrapper.cpp. |
|
|
Definition at line 54 of file PostgresPreparedStatementWrapper.cpp. |
|
|
|
||||||||||||
|
Definition at line 49 of file PostgresPreparedStatementWrapper.cpp. References PostgresPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||
|
Definition at line 44 of file PostgresPreparedStatementWrapper.cpp. References PostgresPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||||||
|
Definition at line 39 of file PostgresPreparedStatementWrapper.cpp. References PostgresPreparedStatementParameterCollection::SetParam(). |
|
|
Definition at line 34 of file PostgresPreparedStatementWrapper.cpp. References PostgresPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||
|
Definition at line 29 of file PostgresPreparedStatementWrapper.cpp. References PostgresPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||
|
Definition at line 24 of file PostgresPreparedStatementWrapper.cpp. References PostgresPreparedStatementParameterCollection::SetParam(). |
|
||||||||||||
|
Definition at line 19 of file PostgresPreparedStatementWrapper.cpp. References PostgresPreparedStatementParameterCollection::SetParam(). |
1.4.1