Package-level declarations
Types
Callback to use with DatabaseConnection.setAuthorizer.
Callback to use with SQLite.addAutoExtension and SQLite.removeAutoExtension.
Callback to use with DatabaseConnection.setAutovacuumPages.
Callback to use with DatabaseConnection.setBusyHandler.
Callback to use with DatabaseConnection.createCollation.
Callback to use with DatabaseConnection.setCollationNeeded.
Callback to use with DatabaseConnection.setCommitHook.
Exposes the Database Connection and the associated Encryption APIs.
Exposes the database connection configuration API.
Callback to use with DatabaseConnection.execute.
Exposes the file control APIs.
Callback to use with DatabaseConnection.setPreupdateHook.
Scope for use with PreupdateHook.apply.
Callback to use with DatabaseConnection.setProgressHandler.
Callback to use with DatabaseConnection.setRollbackHook.
Result for DatabaseConnection.serialize.
Result of DatabaseConnection.tableColumnMetadata. Member fields are all already resolved.
Callback to use with DatabaseConnection.setTrace.
Event passed as parameter to Trace.
Callback to use with DatabaseConnection.setUpdateHook.
Exposes the Write-Ahead Log APIs of a database connection.
Result of a Write-Ahead Log checkpoint.
Callback to use with WriteAheadLog.setHook.
Functions
Sets a BusyHandler that sleeps for a specified amount of time when a table is locked. Any BusyHandler previously passed to DatabaseConnection.setBusyHandler is replaced.