COL Struct Reference

#include <sqlite3odbc.h>


Detailed Description

Internal structure to describe a column in a result set.

Definition at line 130 of file sqlite3odbc.h.

Data Fields

char * db
 Database name.
char * table
 Table name.
char * column
 Column name.
int type
 Data type of column.
int size
 Size of column.
int index
 Index of column in result.
int nosign
 Unsigned type.
int scale
 Scale of column.
int prec
 Precision of column.
int autoinc
 AUTO_INCREMENT column.
char * typename
 Column type name or NULL.
char * label
 Column label or NULL.


Field Documentation

int COL::autoinc
 

AUTO_INCREMENT column.

Definition at line 140 of file sqlite3odbc.h.

Referenced by drvcolattribute(), and drvcolattributes().

char* COL::column
 

Column name.

Definition at line 133 of file sqlite3odbc.h.

Referenced by drvcolattribute(), drvcolattributes(), drvdescribecol(), and fixupdyncols().

char* COL::db
 

Database name.

Definition at line 131 of file sqlite3odbc.h.

Referenced by drvcolattribute().

int COL::index
 

Index of column in result.

Definition at line 136 of file sqlite3odbc.h.

char* COL::label
 

Column label or NULL.

Definition at line 142 of file sqlite3odbc.h.

Referenced by drvcolattribute(), drvcolattributes(), and fixupdyncols().

int COL::nosign
 

Unsigned type.

Definition at line 137 of file sqlite3odbc.h.

Referenced by drvcolattribute(), drvcolattributes(), and getrowdata().

int COL::prec
 

Precision of column.

Definition at line 139 of file sqlite3odbc.h.

Referenced by drvcolattribute(), and drvcolattributes().

int COL::scale
 

Scale of column.

Definition at line 138 of file sqlite3odbc.h.

Referenced by drvcolattribute(), and drvcolattributes().

int COL::size
 

Size of column.

Definition at line 135 of file sqlite3odbc.h.

Referenced by drvcolattribute(), drvcolattributes(), and drvdescribecol().

char* COL::table
 

Table name.

Definition at line 132 of file sqlite3odbc.h.

Referenced by drvcolattribute(), drvcolattributes(), and fixupdyncols().

int COL::type
 

Data type of column.

Definition at line 134 of file sqlite3odbc.h.

Referenced by drvcolattribute(), drvcolattributes(), drvdescribecol(), getrowdata(), and SQLBindCol().

char* COL::typename
 

Column type name or NULL.

Definition at line 141 of file sqlite3odbc.h.

Referenced by drvcolattribute(), drvcolattributes(), and freedyncols().


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