PTLib  Version 2.10.11
PODBC::Field::Bind Class Reference

SQL compliant Bound DataTypes. More...

#include <podbc.h>

Public Attributes

PString sbin
 
PString sbinlong
 Strings & Binary Data. More...
 
short int ssint
 Long Data. More...
 
long int slint
 Short Integer SQLSMALLINT. More...
 
double sdoub
 Integer SQLINTEGER. More...
 
unsigned char sbit
 Double SQLDOUBLE. More...
 
unsigned char * suchar
 Bit SQLCHAR. More...
 
PInt64 sbint
 Unsigned char SQLCHAR *. More...
 
DATE_STRUCT date
 Bit Integer SQLBIGINT. More...
 
TIME_STRUCT time
 Date Structure. More...
 
TIMESTAMP_STRUCT timestamp
 Time Structure. More...
 
SQLGUID guid
 TimeStamp Structure. More...
 
SQLLEN dataLen
 GUID Structure (not Fully Supported) More...
 

Detailed Description

SQL compliant Bound DataTypes.

The appropriate Field is bound to the SQL Driver and alters when a new record is fetched.

Member Data Documentation

§ dataLen

SQLLEN PODBC::Field::Bind::dataLen

GUID Structure (not Fully Supported)

§ date

DATE_STRUCT PODBC::Field::Bind::date

Bit Integer SQLBIGINT.

§ guid

SQLGUID PODBC::Field::Bind::guid

TimeStamp Structure.

§ sbin

PString PODBC::Field::Bind::sbin

§ sbinlong

PString PODBC::Field::Bind::sbinlong

Strings & Binary Data.

§ sbint

PInt64 PODBC::Field::Bind::sbint

Unsigned char SQLCHAR *.

§ sbit

unsigned char PODBC::Field::Bind::sbit

Double SQLDOUBLE.

§ sdoub

double PODBC::Field::Bind::sdoub

Integer SQLINTEGER.

§ slint

long int PODBC::Field::Bind::slint

Short Integer SQLSMALLINT.

§ ssint

short int PODBC::Field::Bind::ssint

Long Data.

§ suchar

unsigned char* PODBC::Field::Bind::suchar

Bit SQLCHAR.

§ time

TIME_STRUCT PODBC::Field::Bind::time

Date Structure.

§ timestamp

TIMESTAMP_STRUCT PODBC::Field::Bind::timestamp

Time Structure.


The documentation for this class was generated from the following file: