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... | |
Configuration flags for the SQLite Data Access driver.
Definition in file Config.h.
| #define TE_SQLITE_BOOL_FALSE 0 |
| #define TE_SQLITE_BOOL_TRUE 1 |
| #define TE_SQLITE_BUFFER_SCRIPT_SIZE 16777216 |
| #define TE_SQLITE_DRIVER_IDENTIFIER "SQLITE" |