BINDPARM Struct Reference

#include <sqlite3odbc.h>


Detailed Description

Internal structure for bound parameter (SQLBindParam).

Definition at line 166 of file sqlite3odbc.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.
int need
 True when SQL_LEN_DATA_AT_EXEC.
int offs
int len
 Offset/length for SQLParamData()/SQLPutData().
void * parbuf
 Buffer for SQL_LEN_DATA_AT_EXEC etc.
char strbuf [64]
 String buffer for scalar data.


Field Documentation

int BINDPARM::inc
 

Increment for paramset size > 1.

Definition at line 171 of file sqlite3odbc.h.

Referenced by drvbindparam().

int BINDPARM::len
 

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

Definition at line 173 of file sqlite3odbc.h.

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

int * BINDPARM::lenp
 

Max.

size, actual size of parameter buffer

Definition at line 168 of file sqlite3odbc.h.

Referenced by drvbindparam(), and substparam().

int BINDPARM::max
 

Definition at line 168 of file sqlite3odbc.h.

Referenced by drvbindparam(), and substparam().

int BINDPARM::need
 

True when SQL_LEN_DATA_AT_EXEC.

Definition at line 172 of file sqlite3odbc.h.

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

int BINDPARM::offs
 

Definition at line 173 of file sqlite3odbc.h.

Referenced by drvbindparam().

void* BINDPARM::param
 

Parameter buffer.

Definition at line 169 of file sqlite3odbc.h.

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

void* BINDPARM::param0
 

Parameter buffer, initial value.

Definition at line 170 of file sqlite3odbc.h.

Referenced by drvbindparam(), and SQLParamData().

void* BINDPARM::parbuf
 

Buffer for SQL_LEN_DATA_AT_EXEC etc.

Definition at line 174 of file sqlite3odbc.h.

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

char BINDPARM::strbuf[64]
 

String buffer for scalar data.

Definition at line 175 of file sqlite3odbc.h.

Referenced by substparam().

int BINDPARM::stype
 

ODBC and SQL types.

Definition at line 167 of file sqlite3odbc.h.

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

int BINDPARM::type
 

Definition at line 167 of file sqlite3odbc.h.

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


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