wxSQLite3 3.4.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CwxSQLite3AggregateFunctionInterface for user defined aggregate functions
 CwxSQLite3AuthorizerInterface for a user defined authorizer function
 CwxSQLite3BackupProgressInterface for a user defined backup progress function
 CwxSQLite3BlobRepresents a SQLite BLOB handle
 CwxSQLite3BlobReference
 CwxSQLite3CollationInterface for a user defined collation sequence
 CwxSQLite3DatabaseRepresents a SQLite3 database object
 CwxSQLite3DatabaseReference
 CwxSQLite3ExceptionSQL exception
 CwxSQLite3FunctionContextContext for user defined scalar or aggregate functions
 CwxSQLite3HookInterface for a user defined hook function
 CwxSQLite3IntegerCollectionRepresents a named integer value collection
 CwxSQLite3NamedCollectionRepresents a named collection
 CwxSQLite3ResultSetResult set of a SQL query
 CwxSQLite3ScalarFunctionInterface for user defined scalar functions
 CwxSQLite3StatementRepresents a prepared SQL statement
 CwxSQLite3StatementBufferSQL statment buffer for use with SQLite3's printf method
 CwxSQLite3StatementReference
 CwxSQLite3StringCollectionRepresents a named string value collection
 CwxSQLite3TableHolds the complete result set of a SQL query
 CwxSQLite3TransactionRAII class for managing transactions