wxSQLite3 4.9.10
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CwxSQLite3AggregateFunctionInterface for user defined aggregate functions
 CwxSQLite3AuthorizerInterface for a user defined authorizer function
 CwxSQLite3BackupProgressInterface for a user defined backup progress function
 CwxSQLite3BlobRepresents a SQLite BLOB handle
 CwxSQLite3BlobReferenceReference counted blob object (internal)
 CwxSQLite3CipherCipher base class
 CwxSQLite3CipherAes128Cipher class representing AES 128 bit encryption in CBC mode
 CwxSQLite3CipherAes256Cipher class representing AES 256 bit encryption in CBC mode
 CwxSQLite3CipherAscon128Cipher class representing Ascon-128 encryption with Ascon tag
 CwxSQLite3CipherChaCha20Cipher class representing ChaCha20 encryption with Poly1305 HMAC
 CwxSQLite3CipherRC4Cipher class representing RC4 encryption (System.Data.SQLite)
 CwxSQLite3CipherSQLCipherCipher class representing SQLCipher encryption (AES 256 bit in CBC mode with SHA1 HMAC)
 CwxSQLite3CollationInterface for a user defined collation sequence
 CwxSQLite3DatabaseRepresents a SQLite3 database object
 CwxSQLite3DatabaseReferenceReference counted database object (internal)
 CwxSQLite3ExceptionSQL exception
 CwxSQLite3FunctionContextContext for user defined scalar or aggregate functions
 CwxSQLite3HookInterface for a user defined hook function
 CwxSQLite3LoggerSQLite logging hook
 CwxSQLite3NamedCollectionRepresents a named collection
 CwxSQLite3IntegerCollectionRepresents a named integer value collection
 CwxSQLite3StringCollectionRepresents a named string value collection
 CwxSQLite3ResultSetResult set of a SQL query
 CwxSQLite3ScalarFunctionInterface for user defined scalar functions
 CwxSQLite3RegExpOperatorUser defined function for REGEXP operator
 CwxSQLite3StatementRepresents a prepared SQL statement
 CwxSQLite3StatementBufferSQL statement buffer for use with SQLite3's printf method
 CwxSQLite3StatementReferenceReference counted statement object (internal)
 CwxSQLite3TableHolds the complete result set of a SQL query
 CwxSQLite3TransactionRAII class for managing transactions
 CwxSQLite3WindowFunctionInterface for user defined aggregate window functions