Module d2sqlite3.database

Managing SQLite3 database connections.

Classes

NameDescription
SqliteException Exception thrown when SQLite functions return an error.

Structs

NameDescription
Database An database connection.
TableColumnMetadata Information about a table column.

Enums

NameDescription
Deterministic A caracteristic of user-defined functions or aggregates.
SqliteType SQLite type codes

Aliases

NameTypeDescription
Blob immutable(ubyte)[] Type for the internal representation of blobs
CommitHookDelegate int delegate() Delegate types
ProfileCallbackDelegate void delegate(string, ulong) Delegate types
ProgressHandlerDelegate int delegate() Delegate types
RoolbackHookDelegate void delegate() Delegate types
TraceCallbackDelegate void delegate(string) Delegate types
UpdateHookDelegate void delegate(int, string, string, long) Delegate types