tntdb
1.2
|
tntdb::Blob | Binary large objects |
tntdb::BlobIStream | Istream for reading from a tntdb::Blob |
tntdb::BlobStreamBuf | Streambuf for reading from a tntdb::Blob |
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 | |
tntdb::Error | Baseclass for database-errors |
tntdb::FieldNotFound | |
tntdb::Hostvar | Helper class to hold a tntdb::Statement and a column name |
tntdb::LibraryManager | |
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...(), but the value is null |
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::RowReader | A RowReader is a class which helps reading multiple columns from a row |
tntdb::SqlBuilder | |
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 |