Data Fields
BINDCOL Struct Reference

Internal structure for bound column (SQLBindCol). More...

#include <sqlite3odbc.h>

Data Fields

SQLSMALLINT type
 ODBC type. More...
 
SQLINTEGER max
 Max. More...
 
SQLLENlenp
 Value return, actual size of value buffer. More...
 
SQLPOINTER valp
 Value buffer. More...
 
int index
 Index of column in result. More...
 
int offs
 Byte offset for SQLGetData() More...
 

Detailed Description

Internal structure for bound column (SQLBindCol).

Definition at line 187 of file sqlite3odbc.h.

Field Documentation

int BINDCOL::index

Index of column in result.

Definition at line 192 of file sqlite3odbc.h.

Referenced by mkbindcols(), and unbindcols().

SQLLEN* BINDCOL::lenp

Value return, actual size of value buffer.

Definition at line 190 of file sqlite3odbc.h.

Referenced by dofetchbind(), drvbindcol(), drvbulkoperations(), getrowdata(), mkbindcols(), setposrefr(), and unbindcols().

SQLINTEGER BINDCOL::max

Max.

size of value buffer

Definition at line 189 of file sqlite3odbc.h.

Referenced by dofetchbind(), drvbindcol(), drvbulkoperations(), mkbindcols(), setposrefr(), and unbindcols().

int BINDCOL::offs

Byte offset for SQLGetData()

Definition at line 193 of file sqlite3odbc.h.

Referenced by dofetchbind(), drvbindcol(), getrowdata(), mkbindcols(), setposrefr(), and unbindcols().

SQLSMALLINT BINDCOL::type

ODBC type.

Definition at line 188 of file sqlite3odbc.h.

Referenced by chkunbound(), dofetchbind(), drvbindcol(), drvbulkoperations(), mkbindcols(), setposrefr(), and unbindcols().

SQLPOINTER BINDCOL::valp

Value buffer.

Definition at line 191 of file sqlite3odbc.h.

Referenced by chkunbound(), dofetchbind(), drvbindcol(), drvbulkoperations(), mkbindcols(), setposrefr(), and unbindcols().


The documentation for this struct was generated from the following file:

Generated on Sun Oct 25 2015 by doxygen.
Contact: chw@ch-werner.de