|
wxSQLite3
5.0.1
|
| CwxSQLite3::AggregateFunction | Interface for user defined aggregate functions |
| CwxSQLite3::Authorizer | Interface for a user defined authorizer function |
| CwxSQLite3::BackupProgress | Interface for a user defined backup progress function |
| CwxSQLite3::Blob | Represents a SQLite BLOB handle |
| CwxSQLite3::Cipher | Cipher base class |
| CwxSQLite3::CipherAegis | Cipher class representing Aegis encryption with Ascon tag |
| CwxSQLite3::CipherAes128 | Cipher class representing AES 128 bit encryption in CBC mode |
| CwxSQLite3::CipherAes256 | Cipher class representing AES 256 bit encryption in CBC mode |
| CwxSQLite3::CipherAscon128 | Cipher class representing Ascon-128 encryption with Ascon tag |
| CwxSQLite3::CipherChaCha20 | Cipher class representing ChaCha20 encryption with Poly1305 HMAC |
| CwxSQLite3::CipherRC4 | Cipher class representing RC4 encryption (System.Data.SQLite) |
| CwxSQLite3::CipherSQLCipher | Cipher class representing SQLCipher encryption (AES 256 bit in CBC mode with SHA1 HMAC) |
| CwxSQLite3::Collation | Interface for a user defined collation sequence |
| CwxSQLite3::Database | Represents a SQLite3 database object |
| Cstd::false_type | |
| Cis_optional< std::optional< T > > | |
| Cis_optional< T > | |
| CwxSQLite3::FunctionContext | Context for user defined scalar or aggregate functions |
| CwxSQLite3::Hook | Interface for a user defined hook function |
| CwxSQLite3::ResultSet::Iterator | Iterator API |
| CwxSQLite3::Logger | SQLite logging hook |
| CwxSQLite3::NamedCollection | Represents a named collection |
| CwxSQLite3::IntegerCollection | Represents a named integer value collection |
| CwxSQLite3::StringCollection | Represents a named string value collection |
| CwxSQLite3::ResultSet | Result set of a SQL query |
| Cstd::runtime_error | |
| CwxSQLite3::Exception | SQL exception |
| CwxSQLite3::ScalarFunction | Interface for user defined scalar functions |
| CwxSQLite3::RegExpOperator | User defined function for REGEXP operator |
| CwxSQLite3::Statement | Represents a prepared SQL statement |
| CwxSQLite3::StatementBuffer | SQL statement buffer for use with SQLite3's printf method |
| CwxSQLite3::Table | Holds the complete result set of a SQL query |
| CwxSQLite3::Transaction | RAII class for managing transactions |
| Cstd::true_type | |
| Cis_optional< std::optional< T > > | |
| CwxSQLite3::WindowFunction | Interface for user defined aggregate window functions |