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

SQL compliant Bound DataTypes. More...

#include <podbc.h>

List of all members.

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)

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

GUID Structure (not Fully Supported)

Bit Integer SQLBIGINT.

TimeStamp Structure.

Strings & Binary Data.

Unsigned char SQLCHAR *.

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

Double SQLDOUBLE.

Integer SQLINTEGER.

Short Integer SQLSMALLINT.

Long Data.

Bit SQLCHAR.

Date Structure.

Time Structure.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines