wxSQLite3  5.0.1
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
 CwxSQLite3::AggregateFunctionInterface for user defined aggregate functions
 CwxSQLite3::AuthorizerInterface for a user defined authorizer function
 CwxSQLite3::BackupProgressInterface for a user defined backup progress function
 CwxSQLite3::BlobRepresents a SQLite BLOB handle
 CwxSQLite3::CipherCipher base class
 CwxSQLite3::CipherAegisCipher class representing Aegis encryption with Ascon tag
 CwxSQLite3::CipherAes128Cipher class representing AES 128 bit encryption in CBC mode
 CwxSQLite3::CipherAes256Cipher class representing AES 256 bit encryption in CBC mode
 CwxSQLite3::CipherAscon128Cipher class representing Ascon-128 encryption with Ascon tag
 CwxSQLite3::CipherChaCha20Cipher class representing ChaCha20 encryption with Poly1305 HMAC
 CwxSQLite3::CipherRC4Cipher class representing RC4 encryption (System.Data.SQLite)
 CwxSQLite3::CipherSQLCipherCipher class representing SQLCipher encryption (AES 256 bit in CBC mode with SHA1 HMAC)
 CwxSQLite3::CollationInterface for a user defined collation sequence
 CwxSQLite3::DatabaseRepresents a SQLite3 database object
 Cstd::false_type
 Cis_optional< std::optional< T > >
 Cis_optional< T >
 CwxSQLite3::FunctionContextContext for user defined scalar or aggregate functions
 CwxSQLite3::HookInterface for a user defined hook function
 CwxSQLite3::ResultSet::IteratorIterator API
 CwxSQLite3::LoggerSQLite logging hook
 CwxSQLite3::NamedCollectionRepresents a named collection
 CwxSQLite3::IntegerCollectionRepresents a named integer value collection
 CwxSQLite3::StringCollectionRepresents a named string value collection
 CwxSQLite3::ResultSetResult set of a SQL query
 Cstd::runtime_error
 CwxSQLite3::ExceptionSQL exception
 CwxSQLite3::ScalarFunctionInterface for user defined scalar functions
 CwxSQLite3::RegExpOperatorUser defined function for REGEXP operator
 CwxSQLite3::StatementRepresents a prepared SQL statement
 CwxSQLite3::StatementBufferSQL statement buffer for use with SQLite3's printf method
 CwxSQLite3::TableHolds the complete result set of a SQL query
 CwxSQLite3::TransactionRAII class for managing transactions
 Cstd::true_type
 Cis_optional< std::optional< T > >
 CwxSQLite3::WindowFunctionInterface for user defined aggregate window functions