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

Public Types | |
| enum | { PARAM_STRING = 0, PARAM_INT, PARAM_DOUBLE, PARAM_DATETIME, PARAM_BOOL, PARAM_BLOB, PARAM_NULL } |
Public Member Functions | |
| PostgresParameter () | |
| PostgresParameter (const wxString &strValue) | |
| PostgresParameter (int nValue) | |
| PostgresParameter (double dblValue) | |
| PostgresParameter (bool bValue) | |
| PostgresParameter (const wxDateTime &dateValue) | |
| PostgresParameter (const void *pData, long nDataLength) | |
| long | GetDataLength () |
| long * | GetDataLengthPointer () |
| const void * | GetDataPtr () |
| int | GetParameterType () |
| bool | IsBinary () |
|
|
Definition at line 30 of file PostgresParameter.h. |
|
|
Definition at line 5 of file PostgresParameter.cpp. References PARAM_NULL. |
|
|
Definition at line 10 of file PostgresParameter.cpp. References PARAM_STRING. |
|
|
Definition at line 17 of file PostgresParameter.cpp. References PARAM_INT. |
|
|
Definition at line 24 of file PostgresParameter.cpp. References PARAM_DOUBLE. |
|
|
Definition at line 31 of file PostgresParameter.cpp. References PARAM_BOOL. |
|
|
Definition at line 37 of file PostgresParameter.cpp. References PARAM_DATETIME. |
|
||||||||||||
|
Definition at line 44 of file PostgresParameter.cpp. References PARAM_BLOB. |
|
|
Definition at line 53 of file PostgresParameter.cpp. |
|
|
Definition at line 58 of file PostgresParameter.cpp. |
|
|
Definition at line 63 of file PostgresParameter.cpp. References DatabaseStringConverter::ConvertToUnicodeStream(), PARAM_BLOB, PARAM_BOOL, PARAM_DATETIME, PARAM_DOUBLE, PARAM_INT, PARAM_NULL, and PARAM_STRING. |
|
|
Definition at line 103 of file PostgresParameter.cpp. |
|
|
Definition at line 108 of file PostgresParameter.cpp. References PARAM_BLOB. |
1.4.1