tntdb::Connection | This class holds a connection to a database |
tntdb::Date | This class holds a date |
tntdb::Datetime | This class holds a date and a time |
tntdb::Error | Baseclass for database-errors |
tntdb::NotFound | Thrown, if selectRow or selectValue does not fetch any data |
tntdb::NullValue | This exception is thrown, when a value is extracted with Value::get |
tntdb::Result | The class holds a resultset of a query |
tntdb::Result::const_iterator | This implements a constant iterator to a result-set |
tntdb::Row | Row represents a row, which is fetched from the database |
tntdb::SqlError | Exception to indicate, that a value couldn't be converted to a requested type |
tntdb::Statement | This class represents a sql-statement |
tntdb::Statement::const_iterator | This class represents a database-cursor |
tntdb::Time | This class holds a time |
tntdb::Transaction | The class Transaction monitors the state of a transaction on a database-conection |
tntdb::TypeError | Exception to indicate, that a value couldn't be converted to a requested type |
tntdb::Value | The class Value represents a value, which is fetched from the database |