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