Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

BINDCOL Struct Reference

#include <sqliteodbc.h>


Detailed Description

Internal structure for bound column (SQLBindCol).

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().


Field Documentation

int BINDCOL::index
 

Index of column in result.

Definition at line 142 of file sqliteodbc.h.

Referenced by mkbindcols(), and unbindcols().

SQLINTEGER* BINDCOL::lenp
 

Value return, actual size of value buffer.

Definition at line 140 of file sqliteodbc.h.

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

SQLINTEGER BINDCOL::max
 

Max.

size of value buffer

Definition at line 139 of file sqliteodbc.h.

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

int BINDCOL::offs
 

Byte offset for SQLGetData().

Definition at line 143 of file sqliteodbc.h.

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

SQLSMALLINT BINDCOL::type
 

ODBC type.

Definition at line 138 of file sqliteodbc.h.

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

SQLPOINTER BINDCOL::valp
 

Value buffer.

Definition at line 141 of file sqliteodbc.h.

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


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