Config.h File Reference

Configuration flags for the SQLite Data Access driver. More...

Go to the source code of this file.

Macros

#define TE_SQLITE_BOOL_FALSE   0
 A flag that indicates a false value (boolean). More...
 
#define TE_SQLITE_BOOL_TRUE   1
 A flag that indicates a false value (boolean). More...
 
#define TE_SQLITE_BUFFER_SCRIPT_SIZE   16777216
 This is the default buffer size allocated when reading an SQL script (Warning: this must be a value greater than 2). More...
 
#define TE_SQLITE_DRIVER_IDENTIFIER   "SQLITE"
 The SQLite driver identifier string. More...
 
#define TE_SQLITE_PLUGIN_NAME   "te.da.sqlite"
 The SQLite plugin identifier string. More...
 

Detailed Description

Configuration flags for the SQLite Data Access driver.

Definition in file Config.h.

Macro Definition Documentation

#define TE_SQLITE_BOOL_FALSE   0

A flag that indicates a false value (boolean).

Definition at line 39 of file Config.h.

#define TE_SQLITE_BOOL_TRUE   1

A flag that indicates a false value (boolean).

Definition at line 42 of file Config.h.

#define TE_SQLITE_BUFFER_SCRIPT_SIZE   16777216

This is the default buffer size allocated when reading an SQL script (Warning: this must be a value greater than 2).

Definition at line 36 of file Config.h.

#define TE_SQLITE_DRIVER_IDENTIFIER   "SQLITE"

The SQLite driver identifier string.

Definition at line 33 of file Config.h.

#define TE_SQLITE_PLUGIN_NAME   "te.da.sqlite"

The SQLite plugin identifier string.

Definition at line 30 of file Config.h.