sqlite3odbc.h File Reference


Detailed Description

Header file for SQLite3 ODBC driver.

Id
sqlite3odbc.h,v 1.12 2006/04/02 15:52:47 chw Exp chw

Copyright (c) 2004-2006 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 sqlite3odbc.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 "sqlite3.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...

Defines

#define SQLLEN   SQLINTEGER
#define SQLLEN_PTR   SQLLEN *
#define SQLULEN   SQLUINTEGER
#define SQLROWCOUNT   SQLUINTEGER

Typedefs

typedef dbc DBC
typedef stmt STMT


Define Documentation

#define SQLLEN   SQLINTEGER
 

Definition at line 59 of file sqlite3odbc.h.

Referenced by dofetchbind(), and getrowdata().

#define SQLLEN_PTR   SQLLEN *
 

Definition at line 62 of file sqlite3odbc.h.

#define SQLROWCOUNT   SQLUINTEGER
 

Definition at line 69 of file sqlite3odbc.h.

#define SQLULEN   SQLUINTEGER
 

Definition at line 65 of file sqlite3odbc.h.


Typedef Documentation

typedef struct dbc DBC
 

typedef struct stmt STMT
 


Generated on 24 Apr 2006 by doxygen.
Contact: chw@ch-werner.de