BINDCOL Struct Reference

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

#include <sqlite3odbc.h>

Data Fields

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

Detailed Description

Internal structure for bound column (SQLBindCol).

Definition at line 189 of file sqlite3odbc.h.

Field Documentation

◆ index

int BINDCOL::index

Index of column in result.

Definition at line 194 of file sqlite3odbc.h.

Referenced by mkbindcols(), and unbindcols().

◆ lenp

SQLLEN* BINDCOL::lenp

Value return, actual size of value buffer.

Definition at line 192 of file sqlite3odbc.h.

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

◆ max

SQLINTEGER BINDCOL::max

Max.

size of value buffer

Definition at line 191 of file sqlite3odbc.h.

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

◆ offs

int BINDCOL::offs

Byte offset for SQLGetData()

Definition at line 195 of file sqlite3odbc.h.

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

◆ type

SQLSMALLINT BINDCOL::type

◆ valp

SQLPOINTER BINDCOL::valp

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

Generated on Sun Nov 26 2023 by doxygen.
Contact: chw@ch-werner.de