Data Structures | Macros | Typedefs
sqlite3odbc.h File Reference
#include <sys/time.h>
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <locale.h>
#include <stdarg.h>
#include <stddef.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
 
struct  dbc
 
struct  COL
 
struct  BINDCOL
 
struct  BINDPARM
 
struct  stmt
 

Macros

#define SQL_API
 
#define SQLLEN   SQLINTEGER
 
#define SQLLEN_PTR   SQLLEN *
 
#define SQLULEN   SQLUINTEGER
 
#define SQLROWCOUNT   SQLUINTEGER
 
#define SQLSETPOSIROW   SQLUSMALLINT
 
#define SQLROWOFFSET   SQLLEN
 
#define SQLROWSETSIZE   SQLULEN
 

Typedefs

typedef struct dbc DBC
 
typedef struct stmt STMT
 

Detailed Description

Header file for SQLite3 ODBC driver.

Id
sqlite3odbc.h,v 1.50 2020/06/13 11:04:17 chw Exp chw

Copyright (c) 2004-2020 Christian Werner chw@c.nosp@m.h-we.nosp@m.rner..nosp@m.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.

Macro Definition Documentation

◆ SQL_API

#define SQL_API

Definition at line 59 of file sqlite3odbc.h.

◆ SQLLEN

#define SQLLEN   SQLINTEGER

Definition at line 63 of file sqlite3odbc.h.

◆ SQLLEN_PTR

#define SQLLEN_PTR   SQLLEN *

Definition at line 66 of file sqlite3odbc.h.

◆ SQLROWCOUNT

#define SQLROWCOUNT   SQLUINTEGER

Definition at line 73 of file sqlite3odbc.h.

◆ SQLROWOFFSET

#define SQLROWOFFSET   SQLLEN

Definition at line 81 of file sqlite3odbc.h.

◆ SQLROWSETSIZE

#define SQLROWSETSIZE   SQLULEN

Definition at line 85 of file sqlite3odbc.h.

◆ SQLSETPOSIROW

#define SQLSETPOSIROW   SQLUSMALLINT

Definition at line 77 of file sqlite3odbc.h.

◆ SQLULEN

#define SQLULEN   SQLUINTEGER

Definition at line 69 of file sqlite3odbc.h.

Typedef Documentation

◆ DBC

DBC

◆ STMT


Generated on Mon Aug 17 2020 by doxygen.
Contact: chw@ch-werner.de