BINDCOL Struct Reference

#include <sqlite3odbc.h>


Detailed Description

Internal structure for bound column (SQLBindCol).

Definition at line 151 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().


Field Documentation

int BINDCOL::index
 

Index of column in result.

Definition at line 156 of file sqlite3odbc.h.

Referenced by mkbindcols(), and unbindcols().

SQLLEN* BINDCOL::lenp
 

Value return, actual size of value buffer.

Definition at line 154 of file sqlite3odbc.h.

Referenced by dofetchbind(), mkbindcols(), SQLBindCol(), and unbindcols().

SQLINTEGER BINDCOL::max
 

Max.

size of value buffer

Definition at line 153 of file sqlite3odbc.h.

Referenced by mkbindcols(), SQLBindCol(), and unbindcols().

int BINDCOL::offs
 

Byte offset for SQLGetData().

Definition at line 157 of file sqlite3odbc.h.

Referenced by getrowdata(), mkbindcols(), SQLBindCol(), and unbindcols().

SQLSMALLINT BINDCOL::type
 

ODBC type.

Definition at line 152 of file sqlite3odbc.h.

Referenced by mkbindcols(), SQLBindCol(), and unbindcols().

SQLPOINTER BINDCOL::valp
 

Value buffer.

Definition at line 155 of file sqlite3odbc.h.

Referenced by dofetchbind(), mkbindcols(), SQLBindCol(), and unbindcols().


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