|
wxSQLite3
5.0.1
|
| NwxSQLite3 | |
| CAggregateFunction | Interface for user defined aggregate functions |
| CAuthorizer | Interface for a user defined authorizer function |
| CBackupProgress | Interface for a user defined backup progress function |
| CBlob | Represents a SQLite BLOB handle |
| CCipher | Cipher base class |
| CCipherAegis | Cipher class representing Aegis encryption with Ascon tag |
| CCipherAes128 | Cipher class representing AES 128 bit encryption in CBC mode |
| CCipherAes256 | Cipher class representing AES 256 bit encryption in CBC mode |
| CCipherAscon128 | Cipher class representing Ascon-128 encryption with Ascon tag |
| CCipherChaCha20 | Cipher class representing ChaCha20 encryption with Poly1305 HMAC |
| CCipherRC4 | Cipher class representing RC4 encryption (System.Data.SQLite) |
| CCipherSQLCipher | Cipher class representing SQLCipher encryption (AES 256 bit in CBC mode with SHA1 HMAC) |
| CCollation | Interface for a user defined collation sequence |
| CDatabase | Represents a SQLite3 database object |
| CException | SQL exception |
| CFunctionContext | Context for user defined scalar or aggregate functions |
| CHook | Interface for a user defined hook function |
| CIntegerCollection | Represents a named integer value collection |
| CLogger | SQLite logging hook |
| CNamedCollection | Represents a named collection |
| CRegExpOperator | User defined function for REGEXP operator |
| CResultSet | Result set of a SQL query |
| CIterator | Iterator API |
| CScalarFunction | Interface for user defined scalar functions |
| CStatement | Represents a prepared SQL statement |
| CStatementBuffer | SQL statement buffer for use with SQLite3's printf method |
| CStringCollection | Represents a named string value collection |
| CTable | Holds the complete result set of a SQL query |
| CTransaction | RAII class for managing transactions |
| CWindowFunction | Interface for user defined aggregate window functions |
| Cis_optional | |
| Cis_optional< std::optional< T > > |