#include <podbc.h>
Public Attributes | |
PString | sbin |
PString | sbinlong |
Strings & Binary Data. | |
short int | ssint |
Long Data. | |
long int | slint |
Short Integer SQLSMALLINT. | |
double | sdoub |
Integer SQLINTEGER. | |
unsigned char | sbit |
Double SQLDOUBLE. | |
unsigned char * | suchar |
Bit SQLCHAR. | |
PInt64 | sbint |
Unsigned char SQLCHAR *. | |
DATE_STRUCT | date |
Bit Integer SQLBIGINT. | |
TIME_STRUCT | time |
Date Structure. | |
TIMESTAMP_STRUCT | timestamp |
Time Structure. | |
SQLGUID | guid |
TimeStamp Structure. | |
SQLLEN | dataLen |
GUID Structure (not Fully Supported). |
The appropriate Field is bound to the SQL Driver and alters when a new record is fetched.
SQLLEN PODBC::Field::Bind::dataLen |
GUID Structure (not Fully Supported).
DATE_STRUCT PODBC::Field::Bind::date |
Bit Integer SQLBIGINT.
SQLGUID PODBC::Field::Bind::guid |
TimeStamp Structure.
Strings & Binary Data.
PInt64 PODBC::Field::Bind::sbint |
Unsigned char SQLCHAR *.
unsigned char PODBC::Field::Bind::sbit |
Double SQLDOUBLE.
double PODBC::Field::Bind::sdoub |
Integer SQLINTEGER.
long int PODBC::Field::Bind::slint |
Short Integer SQLSMALLINT.
short int PODBC::Field::Bind::ssint |
Long Data.
unsigned char* PODBC::Field::Bind::suchar |
Bit SQLCHAR.
TIME_STRUCT PODBC::Field::Bind::time |
Date Structure.
TIMESTAMP_STRUCT PODBC::Field::Bind::timestamp |
Time Structure.