tntdb::Blob | Binary large objects |
tntdb::Connection | This class holds a connection to a database |
tntdb::ConnectionPool | |
tntdb::ConnectionPools | |
tntdb::Result::const_iterator | This implements a constant iterator to a result-set |
tntdb::Row::const_iterator | |
tntdb::Statement::const_iterator | This class represents a database-cursor |
tntdb::Date | This class holds a date |
tntdb::Datetime | This class holds a date and a time |
tntdb::Decimal | This class holds a decimal floating point number |
tntdb::Error | Baseclass for database-errors |
tntdb::FieldNotFound | |
tntdb::LibraryManager | |
tntdb::NonCopyable | |
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::Blob::Release< T > | Release policy for SmartPtr |
tntdb::Result | The class holds a resultset of a query |
tntdb::Row | Row represents a row, which is fetched from the database |
tntdb::SqlError | Exception, which is a direct result of a sql-statement |
tntdb::Statement | This class represents a sql-statement |
tntdb::StmtEvent | |
tntdb::StmtParser | |
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 |