#include <sqlite3odbc.h>
Definition at line 184 of file sqlite3odbc.h.
Data Fields | |
| SQLSMALLINT | type |
| ODBC type. | |
| SQLINTEGER | max |
| Max. | |
| SQLLEN * | 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 189 of file sqlite3odbc.h. Referenced by mkbindcols(), and unbindcols(). |
|
|
Value return, actual size of value buffer.
Definition at line 187 of file sqlite3odbc.h. Referenced by dofetchbind(), drvbindcol(), getrowdata(), mkbindcols(), and unbindcols(). |
|
|
Max. size of value buffer Definition at line 186 of file sqlite3odbc.h. Referenced by dofetchbind(), drvbindcol(), mkbindcols(), and unbindcols(). |
|
|
Byte offset for SQLGetData().
Definition at line 190 of file sqlite3odbc.h. Referenced by dofetchbind(), drvbindcol(), getrowdata(), mkbindcols(), and unbindcols(). |
|
|
ODBC type.
Definition at line 185 of file sqlite3odbc.h. Referenced by dofetchbind(), drvbindcol(), mkbindcols(), and unbindcols(). |
|
|
Value buffer.
Definition at line 188 of file sqlite3odbc.h. Referenced by dofetchbind(), drvbindcol(), mkbindcols(), and unbindcols(). |