Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

BINDPARM Struct Reference

#include <sqliteodbc.h>


Detailed Description

Internal structure for bound parameter (SQLBindParam).

Definition at line 152 of file sqliteodbc.h.

Data Fields

int type
int stype
 ODBC and SQL types.
int max
int * lenp
 Max.
void * param
 Parameter buffer.
void * param0
 Parameter buffer, initial value.
int inc
 Increment for paramset size > 1.
void * ind
 Indicator for SQL_LEN_DATA_AT_EXEC.
int need
 True when SQL_LEN_DATA_AT_EXEC.
int offs
int len
 Offset/length for SQLParamData()/SQLPutData().


Field Documentation

int BINDPARM::inc
 

Increment for paramset size > 1.

Definition at line 157 of file sqliteodbc.h.

Referenced by drvbindparam(), and drvexecute().

void* BINDPARM::ind
 

Indicator for SQL_LEN_DATA_AT_EXEC.

Definition at line 158 of file sqliteodbc.h.

Referenced by drvbindparam(), drvexecute(), SQLParamData(), SQLPutData(), and substparam().

int BINDPARM::len
 

Offset/length for SQLParamData()/SQLPutData().

Definition at line 160 of file sqliteodbc.h.

Referenced by drvbindparam(), drvexecute(), SQLPutData(), and substparam().

int * BINDPARM::lenp
 

Max.

size, actual size of parameter buffer

Definition at line 154 of file sqliteodbc.h.

Referenced by drvbindparam(), drvexecute(), and substparam().

int BINDPARM::max
 

Definition at line 154 of file sqliteodbc.h.

Referenced by drvbindparam(), and substparam().

int BINDPARM::need
 

True when SQL_LEN_DATA_AT_EXEC.

Definition at line 159 of file sqliteodbc.h.

Referenced by drvbindparam(), SQLParamData(), SQLPutData(), and substparam().

int BINDPARM::offs
 

Definition at line 160 of file sqliteodbc.h.

Referenced by drvbindparam(), and SQLPutData().

void* BINDPARM::param
 

Parameter buffer.

Definition at line 155 of file sqliteodbc.h.

Referenced by drvbindparam(), drvexecute(), SQLPutData(), and substparam().

void* BINDPARM::param0
 

Parameter buffer, initial value.

Definition at line 156 of file sqliteodbc.h.

Referenced by drvbindparam(), and drvexecute().

int BINDPARM::stype
 

ODBC and SQL types.

Definition at line 153 of file sqliteodbc.h.

Referenced by drvbindparam(), SQLPutData(), and substparam().

int BINDPARM::type
 

Definition at line 153 of file sqliteodbc.h.

Referenced by drvbindparam(), SQLPutData(), and substparam().


The documentation for this struct was generated from the following file:
Generated on 9 Feb 2005 by doxygen.
Contact: chw@ch-werner.de