#include <postgresql_preparedstatement_wrapper.h>
|
| wxPostgresPreparedStatementWrapper (wxDynamicPostgresInterface *pInterface, PGconn *pDatabase, const wxString &strSQL, const wxString &strStatementName) |
|
virtual | ~wxPostgresPreparedStatementWrapper () |
|
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 () |
|
int | RunQuery () |
|
wxDatabaseResultSet * | RunQueryWithResults () |
|
| wxDatabaseErrorReporter () |
|
virtual | ~wxDatabaseErrorReporter () |
|
const wxString & | GetErrorMessage () |
|
int | GetErrorCode () |
|
void | ResetErrorCodes () |
|
| wxDatabaseStringConverter () |
|
| wxDatabaseStringConverter (const wxChar *charset) |
|
virtual | ~wxDatabaseStringConverter () |
|
void | SetEncoding (wxFontEncoding encoding) |
|
void | SetEncoding (const wxCSConv *conv) |
|
const wxCSConv * | GetEncoding () |
|
virtual const wxCharBuffer | ConvertToUnicodeStream (const wxString &inputString) |
|
virtual size_t | GetEncodedStreamLength (const wxString &inputString) |
|
virtual wxString | ConvertFromUnicodeStream (const char *inputBuffer) |
|
virtual wxString | ConvertFromUnicodeStream (const wxChar *inputBuffer) |
|
◆ wxPostgresPreparedStatementWrapper()
wxPostgresPreparedStatementWrapper::wxPostgresPreparedStatementWrapper |
( |
wxDynamicPostgresInterface * |
pInterface, |
|
|
PGconn * |
pDatabase, |
|
|
const wxString & |
strSQL, |
|
|
const wxString & |
strStatementName |
|
) |
| |
◆ ~wxPostgresPreparedStatementWrapper()
virtual wxPostgresPreparedStatementWrapper::~wxPostgresPreparedStatementWrapper |
( |
| ) |
|
|
virtual |
◆ GetParameterCount()
int wxPostgresPreparedStatementWrapper::GetParameterCount |
( |
| ) |
|
◆ RunQuery()
int wxPostgresPreparedStatementWrapper::RunQuery |
( |
| ) |
|
◆ RunQueryWithResults()
◆ SetParam() [1/7]
void wxPostgresPreparedStatementWrapper::SetParam |
( |
int |
nPosition, |
|
|
int |
nValue |
|
) |
| |
◆ SetParam() [2/7]
void wxPostgresPreparedStatementWrapper::SetParam |
( |
int |
nPosition, |
|
|
double |
dblValue |
|
) |
| |
◆ SetParam() [3/7]
void wxPostgresPreparedStatementWrapper::SetParam |
( |
int |
nPosition, |
|
|
const wxString & |
strValue |
|
) |
| |
◆ SetParam() [4/7]
void wxPostgresPreparedStatementWrapper::SetParam |
( |
int |
nPosition | ) |
|
◆ SetParam() [5/7]
void wxPostgresPreparedStatementWrapper::SetParam |
( |
int |
nPosition, |
|
|
const void * |
pData, |
|
|
long |
nDataLength |
|
) |
| |
◆ SetParam() [6/7]
void wxPostgresPreparedStatementWrapper::SetParam |
( |
int |
nPosition, |
|
|
const wxDateTime & |
dateValue |
|
) |
| |
◆ SetParam() [7/7]
void wxPostgresPreparedStatementWrapper::SetParam |
( |
int |
nPosition, |
|
|
bool |
bValue |
|
) |
| |
◆ m_Parameters
◆ m_pDatabase
PGconn* wxPostgresPreparedStatementWrapper::m_pDatabase |
|
private |
◆ m_pInterface
◆ m_strSQL
wxString wxPostgresPreparedStatementWrapper::m_strSQL |
|
private |
◆ m_strStatementName
wxString wxPostgresPreparedStatementWrapper::m_strStatementName |
|
private |