#include <sqlite3odbc.h>
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. |
|
Increment for paramset size > 1.
Definition at line 171 of file sqlite3odbc.h. Referenced by drvbindparam(). |
|
Offset/length for SQLParamData()/SQLPutData().
Definition at line 173 of file sqlite3odbc.h. Referenced by drvbindparam(), SQLPutData(), and substparam(). |
|
Max. size, actual size of parameter buffer Definition at line 168 of file sqlite3odbc.h. Referenced by drvbindparam(), and substparam(). |
|
Definition at line 168 of file sqlite3odbc.h. Referenced by drvbindparam(), and substparam(). |
|
True when SQL_LEN_DATA_AT_EXEC.
Definition at line 172 of file sqlite3odbc.h. Referenced by drvbindparam(), SQLParamData(), SQLPutData(), and substparam(). |
|
Definition at line 173 of file sqlite3odbc.h. Referenced by drvbindparam(). |
|
Parameter buffer.
Definition at line 169 of file sqlite3odbc.h. Referenced by drvbindparam(), drvexecute(), SQLPutData(), and substparam(). |
|
Parameter buffer, initial value.
Definition at line 170 of file sqlite3odbc.h. Referenced by drvbindparam(), and SQLParamData(). |
|
Buffer for SQL_LEN_DATA_AT_EXEC etc.
Definition at line 174 of file sqlite3odbc.h. Referenced by drvbindparam(), freeparams(), SQLPutData(), and substparam(). |
|
String buffer for scalar data.
Definition at line 175 of file sqlite3odbc.h. Referenced by substparam(). |
|
ODBC and SQL types.
Definition at line 167 of file sqlite3odbc.h. Referenced by drvbindparam(), SQLPutData(), and substparam(). |
|
Definition at line 167 of file sqlite3odbc.h. Referenced by drvbindparam(), SQLPutData(), and substparam(). |