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

sqliteodbc.h File Reference


Detailed Description

Header file for SQLite ODBC driver.

Id
sqliteodbc.h,v 1.34 2004/09/16 13:58:06 chw Exp chw

Copyright (c) 2001-2004 Christian Werner <chw@ch-werner.de>

See the file "license.terms" for information on usage and redistribution of this file and for a DISCLAIMER OF ALL WARRANTIES.

Definition in file sqliteodbc.h.

#include <sys/time.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>
#include <string.h>
#include <sql.h>
#include <sqlext.h>
#include <time.h>
#include "sqlite.h"

Go to the source code of this file.

Data Structures

struct  ENV
 Driver internal structure for environment (HENV). More...
struct  dbc
 Driver internal structure for database connection (HDBC). More...
struct  COL
 Internal structure to describe a column in a result set. More...
struct  BINDCOL
 Internal structure for bound column (SQLBindCol). More...
struct  BINDPARM
 Internal structure for bound parameter (SQLBindParam). More...
struct  stmt
 Driver internal structure representing SQL statement (HSTMT). More...

Typedefs

typedef dbc DBC
typedef stmt STMT


Typedef Documentation

typedef struct dbc DBC
 

Referenced by busy_handler(), dbopen(), drvallocconnect(), drvallocstmt(), drvcolumns(), drvconnect(), drvdriverconnect(), drvendtran(), drverror(), drvexecute(), drvfetchscroll(), drvforeignkeys(), drvfreeconnect(), drvgetconnectattr(), drvgetconnectoption(), drvgetdiagrec(), drvgetinfo(), drvgetstmtattr(), drvgetstmtoption(), drvgettypeinfo(), drvprepare(), drvprimarykeys(), drvsetconnectattr(), drvsetconnectoption(), drvspecialcolumns(), drvstatistics(), drvtables(), drvunimpldbc(), endtran(), freestmt(), mkresultset(), selcb(), setsqliteopts(), setstatd(), SQLDisconnect(), SQLGetFunctions(), vm_end(), vm_end_if(), vm_start(), and vm_step().

typedef struct stmt STMT
 

Referenced by dofetchbind(), drvallocstmt(), drvbindparam(), drvcolattribute(), drvcolattributes(), drvcolumns(), drvdescribecol(), drverror(), drvexecute(), drvfetchscroll(), drvforeignkeys(), drvfreestmt(), drvgetcursorname(), drvgetdiagrec(), drvgetstmtattr(), drvgetstmtoption(), drvgettypeinfo(), drvprepare(), drvprimarykeys(), drvsetcursorname(), drvsetstmtattr(), drvsetstmtoption(), drvspecialcolumns(), drvstatistics(), drvtables(), drvunimplstmt(), fixupdyncols(), freedyncols(), freeparams(), freeresult(), freestmt(), getrowdata(), mkbindcols(), mkresultset(), mktypeinfo(), noconn(), nomem(), selcb(), setstat(), SQLBindCol(), SQLDescribeParam(), SQLExtendedFetch(), SQLGetData(), SQLNativeSql(), SQLNumParams(), SQLNumResultCols(), SQLParamData(), SQLPutData(), SQLRowCount(), substparam(), unbindcols(), vm_end(), vm_end_if(), vm_start(), and vm_step().


Generated on 8 Nov 2004 by doxygen.
Contact: chw@ch-werner.de