All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

Referenced by te::sqlite::PreparedQuery::bind(), and te::sqlite::BindValue().

#define TE_SQLITE_BOOL_TRUE   1

A flag that indicates a false value (boolean).

Definition at line 42 of file Config.h.

Referenced by te::sqlite::PreparedQuery::bind(), te::sqlite::BindValue(), and te::sqlite::FwDataSet::getBool().

#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.

Referenced by te::sqlite::IsComplete(), te::sqlite::PerformCommands(), and te::sqlite::ReadLine().

#define TE_SQLITE_DRIVER_IDENTIFIER   "SQLITE"

The SQLite driver identifier string.

Definition at line 33 of file Config.h.

Referenced by te::sqlite::DataSource::getType().

#define TE_SQLITE_PLUGIN_NAME   "te.da.sqlite"

The SQLite plugin identifier string.

Definition at line 30 of file Config.h.