#include <odbc_param.h>
Definition at line 6 of file odbc_param.h.
◆ anonymous enum
Enumerator |
---|
PARAM_STRING | |
PARAM_INT | |
PARAM_DOUBLE | |
PARAM_DATETIME | |
PARAM_BOOL | |
PARAM_BLOB | |
PARAM_NULL | |
Definition at line 21 of file odbc_param.h.
◆ wxOdbcParameter() [1/7]
wxOdbcParameter::wxOdbcParameter |
( |
| ) |
|
◆ wxOdbcParameter() [2/7]
wxOdbcParameter::wxOdbcParameter |
( |
const wxString & |
strValue | ) |
|
◆ wxOdbcParameter() [3/7]
wxOdbcParameter::wxOdbcParameter |
( |
int |
nValue | ) |
|
◆ wxOdbcParameter() [4/7]
wxOdbcParameter::wxOdbcParameter |
( |
double |
dblValue | ) |
|
◆ wxOdbcParameter() [5/7]
wxOdbcParameter::wxOdbcParameter |
( |
bool |
bValue | ) |
|
◆ wxOdbcParameter() [6/7]
wxOdbcParameter::wxOdbcParameter |
( |
const wxDateTime & |
dateValue | ) |
|
◆ wxOdbcParameter() [7/7]
wxOdbcParameter::wxOdbcParameter |
( |
const void * |
pData, |
|
|
long |
nDataLength |
|
) |
| |
◆ ~wxOdbcParameter()
virtual wxOdbcParameter::~wxOdbcParameter |
( |
| ) |
|
|
inlinevirtual |
◆ GetColumnSize()
SQLUINTEGER wxOdbcParameter::GetColumnSize |
( |
| ) |
|
◆ GetDataLength()
long wxOdbcParameter::GetDataLength |
( |
| ) |
|
◆ GetDataLengthPointer()
long* wxOdbcParameter::GetDataLengthPointer |
( |
| ) |
|
◆ GetDataPtr()
void* wxOdbcParameter::GetDataPtr |
( |
| ) |
|
◆ GetDecimalDigits()
SQLSMALLINT wxOdbcParameter::GetDecimalDigits |
( |
| ) |
|
◆ GetParameterLengthPtr()
SQLLEN* wxOdbcParameter::GetParameterLengthPtr |
( |
| ) |
|
◆ GetParameterType()
SQLSMALLINT wxOdbcParameter::GetParameterType |
( |
| ) |
|
◆ GetValueType()
SQLSMALLINT wxOdbcParameter::GetValueType |
( |
| ) |
|
◆ IsBinary()
bool wxOdbcParameter::IsBinary |
( |
| ) |
|
◆ m_BufferValue
wxMemoryBuffer wxOdbcParameter::m_BufferValue |
|
private |
◆ m_bValue
bool wxOdbcParameter::m_bValue |
|
private |
◆ m_CharBufferValue
wxCharBuffer wxOdbcParameter::m_CharBufferValue |
|
private |
◆ m_DateValue
TIMESTAMP_STRUCT wxOdbcParameter::m_DateValue |
|
private |
◆ m_dblValue
double wxOdbcParameter::m_dblValue |
|
private |
◆ m_nBufferLength
long wxOdbcParameter::m_nBufferLength |
|
private |
◆ m_nParameterType
int wxOdbcParameter::m_nParameterType |
|
private |
◆ m_nValue
long wxOdbcParameter::m_nValue |
|
private |
◆ m_strDateValue
wxString wxOdbcParameter::m_strDateValue |
|
private |
◆ m_strValue
wxString wxOdbcParameter::m_strValue |
|
private |