|
| Database.SQLite.Types | | Portability | portable | | Stability | provisional | | Maintainer | Don Stewart <dons@galois.com> |
|
|
|
| Description |
| Objects, types and constants used in the sqlite3 binding.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
|
| An open SQLite database object.
| | Constructors | | Instances | |
|
|
|
|
|
|
| SQLite uses the sqlite3_value object to represent all values that
are or can be stored in a database table. SQLite uses dynamic typing
for the values it stores. Values stored in sqlite3_value objects can
be be integers, floating point values, strings, BLOBs, or NULL.
| | Constructors | | Instances | |
|
|
|
| The context in which an SQL function executes is stored in an
sqlite3_context object. A pointer to an sqlite3_context object is
always first parameter to application-defined SQL functions.
| | Constructors | | Instances | |
|
|
|
| A BLOB handle
| | Constructors | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
| newtype SQLiteContextBuffer | Source |
|
| Constructors | | SQLiteContextBuffer (Ptr ()) | |
| Instances | |
|
|
| newtype SQLiteCallback a | Source |
|
| Constructors | | Instances | |
|
|
|
|
|
| SQLite types
| | Constructors | | SQLiteInt | | | SQLiteFloat | | | SQLiteText | | | SQLiteBlob | | | SQLiteNull | |
| Instances | |
|
|
|
|
|
SQLite C status codes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SQLite extended result codes:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SQLite flags for open operations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Device characteristics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
File locking levels
|
|
|
|
|
|
|
|
|
|
|
|
|
Synchronization flags
|
|
|
|
|
|
|
|
|
xAccess methods
|
|
|
|
|
|
|
|
|
Authorizer Action Codes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Text encodings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fundamental datatypes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |