|
libsl3 1.2.50004
A C++ interface for SQLite
|
| ▼Nsl3 | Namespace of libSL3 |
| CColumns | Class to access data of query results |
| CCommand | A compiled SQL command |
| CContainer | Wrapper to provide begin, end and random access of a container |
| ▼CDatabase | SQLite3 Database |
| CTransaction | Transaction Guard |
| CDataset | A utility for processing the result queries |
| CDbValue | This class models the duck typing sqlite uses. It supports int, real, text, blob and null values |
| CDbValues | A row of DbValues |
| CError | Exception base type |
| CErrType | Object class representing an ErrCode |
| CErrType< ErrCode::SQL3Error > | Packaging an error from sqlite3. This exception will be thrown if sqlite3 reports an error |
| CRowCallback | Callback for SQL Select statements |
| CTypes | A Container holding sl3::Type values |
| CValue | This class models the duck typing sqlite uses. It supports int, real, text, blob and null values |