wxSQLite3 2.1.2
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
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