VSQLite++  0.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\Nsqlite
 oCnull_typenull_type is an empty type used to represent NULL values
 oCcommandcommand is the base class of all sql command classes An object of this class is not copyable
 oCconnectionConnection is used to open, close, attach and detach a database. Further it has to be passed to all classes since it represents the connection to the database and contains the internal needed handle, so you can see a connection object as handle to the database An object of this class is not copyable
 oCdatabase_exception
 oCbuffer_too_small_exception
 oCdatabase_misuse_exception
 oCexecuteExecute can be used for SQL commands which should executed the constructor is defined in a way that it can be used like a function An object of this class is not copyable
 oCunknown_t
 oCnull_t
 oCprivate_accessorA internal used class, shall not be used from users
 oCresult_construct_params_private
 oCqueryQuery should be used to execute SQL queries An object of this class is not copyable
 oCresultResult can only be created by a query object. An object of this class is not copyable
 oCtransactionTransaction is a helper class to start transactions within SQLite
 \CviewView is used to create views. In SQLite a view can only be queried. INSERT, DELETE and UPDATE will fail on a view