wxSQLite3 4.9.12
|
CwxSQLite3AggregateFunction | Interface for user defined aggregate functions |
CwxSQLite3Authorizer | Interface for a user defined authorizer function |
CwxSQLite3BackupProgress | Interface for a user defined backup progress function |
CwxSQLite3Blob | Represents a SQLite BLOB handle |
CwxSQLite3BlobReference | Reference counted blob object (internal) |
CwxSQLite3Cipher | Cipher base class |
CwxSQLite3CipherAes128 | Cipher class representing AES 128 bit encryption in CBC mode |
CwxSQLite3CipherAes256 | Cipher class representing AES 256 bit encryption in CBC mode |
CwxSQLite3CipherAscon128 | Cipher class representing Ascon-128 encryption with Ascon tag |
CwxSQLite3CipherChaCha20 | Cipher class representing ChaCha20 encryption with Poly1305 HMAC |
CwxSQLite3CipherRC4 | Cipher class representing RC4 encryption (System.Data.SQLite) |
CwxSQLite3CipherSQLCipher | Cipher class representing SQLCipher encryption (AES 256 bit in CBC mode with SHA1 HMAC) |
CwxSQLite3Collation | Interface for a user defined collation sequence |
CwxSQLite3Database | Represents a SQLite3 database object |
CwxSQLite3DatabaseReference | Reference counted database object (internal) |
CwxSQLite3Exception | SQL exception |
CwxSQLite3FunctionContext | Context for user defined scalar or aggregate functions |
CwxSQLite3Hook | Interface for a user defined hook function |
CwxSQLite3IntegerCollection | Represents a named integer value collection |
CwxSQLite3Logger | SQLite logging hook |
CwxSQLite3NamedCollection | Represents a named collection |
CwxSQLite3RegExpOperator | User defined function for REGEXP operator |
CwxSQLite3ResultSet | Result set of a SQL query |
CwxSQLite3ScalarFunction | Interface for user defined scalar functions |
CwxSQLite3Statement | Represents a prepared SQL statement |
CwxSQLite3StatementBuffer | SQL statement buffer for use with SQLite3's printf method |
CwxSQLite3StatementReference | Reference counted statement object (internal) |
CwxSQLite3StringCollection | Represents a named string value collection |
CwxSQLite3Table | Holds the complete result set of a SQL query |
CwxSQLite3Transaction | RAII class for managing transactions |
CwxSQLite3WindowFunction | Interface for user defined aggregate window functions |