#include <sqliteodbc.h>
Definition at line 137 of file sqliteodbc.h.
Data Fields | |
SQLSMALLINT | type |
ODBC type. | |
SQLINTEGER | max |
Max. | |
SQLINTEGER * | lenp |
Value return, actual size of value buffer. | |
SQLPOINTER | valp |
Value buffer. | |
int | index |
Index of column in result. | |
int | offs |
Byte offset for SQLGetData(). |
|
Index of column in result.
Definition at line 142 of file sqliteodbc.h. Referenced by mkbindcols(), and unbindcols(). |
|
Value return, actual size of value buffer.
Definition at line 140 of file sqliteodbc.h. Referenced by dofetchbind(), getrowdata(), mkbindcols(), SQLBindCol(), and unbindcols(). |
|
Max. size of value buffer Definition at line 139 of file sqliteodbc.h. Referenced by dofetchbind(), mkbindcols(), SQLBindCol(), and unbindcols(). |
|
Byte offset for SQLGetData().
Definition at line 143 of file sqliteodbc.h. Referenced by dofetchbind(), getrowdata(), mkbindcols(), SQLBindCol(), and unbindcols(). |
|
ODBC type.
Definition at line 138 of file sqliteodbc.h. Referenced by dofetchbind(), mkbindcols(), SQLBindCol(), and unbindcols(). |
|
Value buffer.
Definition at line 141 of file sqliteodbc.h. Referenced by dofetchbind(), mkbindcols(), SQLBindCol(), and unbindcols(). |