Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
chararray_cursorDefinition of chararray cursor object (internal)
chararray_vtabDefinition of chararray table object (internal)
intarray_cursorDefinition of intarray cursor object (internal)
intarray_vtabDefinition of intarray table object (internal)
sqlite3_chararrayDefinition of the sqlite3_chararray object (internal)
sqlite3_intarrayDefinition of the sqlite3_intarray object (internal)
wxSQLite3AggregateFunctionInterface for user defined aggregate functions
wxSQLite3AuthorizerInterface for a user defined authorizer function
wxSQLite3BlobRepresents a SQLite BLOB handle
wxSQLite3CollationInterface for a user defined collation sequence
wxSQLite3DatabaseRepresents a SQLite3 database object
wxSQLite3ExceptionSQL exception
wxSQLite3FunctionContextContext for user defined scalar or aggregate functions
wxSQLite3HookInterface for a user defined hook function
wxSQLite3IntegerCollectionRepresents a named integer value collection
wxSQLite3NamedCollectionRepresents a named collection
wxSQLite3ResultSetResult set of a SQL query
wxSQLite3ScalarFunctionInterface for user defined scalar functions
wxSQLite3StatementRepresents a prepared SQL statement
wxSQLite3StatementBufferSQL statment buffer for use with SQLite3's printf method
wxSQLite3StringCollectionRepresents a named string value collection
wxSQLite3TableHolds the complete result set of a SQL query
wxSQLite3TransactionRAII class for managing transactions