Type for the internal representation of blobs
Delegate types
Delegate types
Exception thrown when SQLite functions return an error.
UnlockNotifyHandler used when SQLite is compiled with SQLITE_ENABLE_UNLOCK_NOTIFY, and when the library is built with -version=SqliteEnableUnlockNotify. It is implemented using the standard core.sync package.
UnlockNotifyHandler that can be used when SQLite is not compiled with SQLITE_ENABLE_UNLOCK_NOTIFY, and when the library is built with -version=SqliteFakeUnlockNotify.. It retries the statement execution for the provided amount of time before the SQLITE_LOCKED is returned.
A caracteristic of user-defined functions or aggregates.
SQLite type codes
UnlockNotifyHandler interface to be used for custom implementations of UnlockNotify pattern with SQLite.
An database connection.
Information about a table column.
Managing SQLite3 database connections.