|
tntdb 1.4
|
| Ntntdb | Main namespace for Tntdb |
| CConnectionPool | |
| CConnectionPools | |
| CConnectionParameter | |
| CDate | This class holds a date |
| CDatetime | This class holds a date and a time |
| CDecimal | |
| CError | Base class for database errors |
| CNotFound | Exception thrown when selectRow or selectValue doesn't fetch any data |
| CNullValue | Exception thrown when a Value::get...() is called on a NULL value |
| CTypeError | Exception thrown when a Value can't be converted to a requested type |
| CSqlError | Exception thrown when the execution of an SQL statement caused an error |
| CFieldNotFound | |
| CLibraryManager | |
| CSqlBuilder | Helper class for building sql statements |
| CStmtEvent | |
| CTime | This class holds a time |
| CTransaction | The class Transaction monitors the state of a transaction on a database connection |
| CBlob | Binary large objects |
| CRelease | Release policy for SmartPtr |
| CBlobStreamBuf | Streambuf for reading from a tntdb::Blob |
| CBlobIStream | Istream for reading from a tntdb::Blob |
| CConnection | This class holds a connection to a database |
| CResult | The class holds a resultset of a query |
| Cconst_iterator | This implements a constant iterator to a result-set |
| CRow | Row represents a row, which is fetched from the database |
| Cconst_iterator | |
| CRowReader | A RowReader is a class which helps reading multiple columns from a row |
| CStatement | This class represents an SQL statement |
| Cconst_iterator | This class represents a database-cursor |
| CHostvar | Helper class to hold a Statement and a column name |
| CValue | The class Value represents a value, which is fetched from the database |