List of all items
Structs
- ApiVersion
- AuthorizerEvent
- Backup
- BestIndexInfo
- Blob
- CallbackHandle
- ColumnMetadata
- Connection
- Context
- Cursor
- Error
- FeatureSet
- FunctionFlags
- OpenFlags
- OpenOptions
- OwnedBytes
- RawBytes
- Row
- SerializedDb
- Statement
- TraceMask
- VTab
- sqlite3_module
Enums
Traits
- Sqlite3Api
- Sqlite3Backup
- Sqlite3BlobIo
- Sqlite3Hooks
- Sqlite3Keying
- Sqlite3Metadata
- Sqlite3Serialize
- Sqlite3Wal
- VTabCursor
- VirtualTable
Type Aliases
Constants
- authorizer::ALTER_TABLE
- authorizer::ANALYZE
- authorizer::ATTACH
- authorizer::CREATE_INDEX
- authorizer::CREATE_TABLE
- authorizer::CREATE_TEMP_INDEX
- authorizer::CREATE_TEMP_TABLE
- authorizer::CREATE_TEMP_TRIGGER
- authorizer::CREATE_TEMP_VIEW
- authorizer::CREATE_TRIGGER
- authorizer::CREATE_VIEW
- authorizer::CREATE_VTABLE
- authorizer::DELETE
- authorizer::DETACH
- authorizer::DROP_INDEX
- authorizer::DROP_TABLE
- authorizer::DROP_TEMP_INDEX
- authorizer::DROP_TEMP_TABLE
- authorizer::DROP_TEMP_TRIGGER
- authorizer::DROP_TEMP_VIEW
- authorizer::DROP_TRIGGER
- authorizer::DROP_VIEW
- authorizer::DROP_VTABLE
- authorizer::FUNCTION
- authorizer::INSERT
- authorizer::PRAGMA
- authorizer::READ
- authorizer::RECURSIVE
- authorizer::REINDEX
- authorizer::SAVEPOINT
- authorizer::SELECT
- authorizer::TRANSACTION
- authorizer::UPDATE