wxSQLite3  5.0.1
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 NwxSQLite3
 CExceptionSQL exception
 CStatementBufferSQL statement buffer for use with SQLite3's printf method
 CLoggerSQLite logging hook
 CFunctionContextContext for user defined scalar or aggregate functions
 CScalarFunctionInterface for user defined scalar functions
 CAggregateFunctionInterface for user defined aggregate functions
 CWindowFunctionInterface for user defined aggregate window functions
 CAuthorizerInterface for a user defined authorizer function
 CCipherCipher base class
 CCipherAes128Cipher class representing AES 128 bit encryption in CBC mode
 CCipherAes256Cipher class representing AES 256 bit encryption in CBC mode
 CCipherChaCha20Cipher class representing ChaCha20 encryption with Poly1305 HMAC
 CCipherSQLCipherCipher class representing SQLCipher encryption (AES 256 bit in CBC mode with SHA1 HMAC)
 CCipherRC4Cipher class representing RC4 encryption (System.Data.SQLite)
 CCipherAscon128Cipher class representing Ascon-128 encryption with Ascon tag
 CCipherAegisCipher class representing Aegis encryption with Ascon tag
 CHookInterface for a user defined hook function
 CBackupProgressInterface for a user defined backup progress function
 CCollationInterface for a user defined collation sequence
 CResultSetResult set of a SQL query
 CIteratorIterator API
 CTableHolds the complete result set of a SQL query
 CStatementRepresents a prepared SQL statement
 CBlobRepresents a SQLite BLOB handle
 CNamedCollectionRepresents a named collection
 CIntegerCollectionRepresents a named integer value collection
 CStringCollectionRepresents a named string value collection
 CDatabaseRepresents a SQLite3 database object
 CTransactionRAII class for managing transactions
 CRegExpOperatorUser defined function for REGEXP operator
 Cis_optional
 Cis_optional< std::optional< T > >