|
libsl3 1.3.51003
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 | Represents a SQLite3 database |
| CTransaction | Transaction Guard |
| CDataset | A utility for processing query results |
| 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 > | Package 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 |