#include <sqliteodbc.h>
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(). |
|
Increment for paramset size > 1. Definition at line 157 of file sqliteodbc.h. Referenced by drvbindparam(), and drvexecute(). |
|
Indicator for SQL_LEN_DATA_AT_EXEC. Definition at line 158 of file sqliteodbc.h. Referenced by drvbindparam(), drvexecute(), freeparams(), SQLParamData(), SQLPutData(), and substparam(). |
|
Offset/length for SQLParamData()/SQLPutData(). Definition at line 160 of file sqliteodbc.h. Referenced by drvbindparam(), drvexecute(), SQLPutData(), and substparam(). |
|
Max. size, actual size of parameter buffer Definition at line 154 of file sqliteodbc.h. Referenced by drvbindparam(), drvexecute(), and substparam(). |
|
Definition at line 154 of file sqliteodbc.h. Referenced by drvbindparam(), and substparam(). |
|
True when SQL_LEN_DATA_AT_EXEC. Definition at line 159 of file sqliteodbc.h. Referenced by drvbindparam(), SQLParamData(), SQLPutData(), and substparam(). |
|
Definition at line 160 of file sqliteodbc.h. Referenced by drvbindparam(), and SQLPutData(). |
|
Parameter buffer. Definition at line 155 of file sqliteodbc.h. Referenced by drvbindparam(), drvexecute(), freeparams(), SQLPutData(), and substparam(). |
|
Parameter buffer, initial value. Definition at line 156 of file sqliteodbc.h. Referenced by drvbindparam(), and drvexecute(). |
|
ODBC and SQL types. Definition at line 153 of file sqliteodbc.h. Referenced by drvbindparam(), SQLPutData(), and substparam(). |
|
Definition at line 153 of file sqliteodbc.h. Referenced by drvbindparam(), SQLPutData(), and substparam(). |