tntdb
1.3
|
Ctntdb::Blob | Binary large objects |
Ctntdb::Connection | This class holds a connection to a database |
Ctntdb::ConnectionPool | |
Ctntdb::Date | This class holds a date |
Ctntdb::Datetime | This class holds a date and a time |
Ctntdb::Decimal | |
Ctntdb::Hostvar | Helper class to hold a tntdb::Statement and a column name |
▼Cistream | |
Ctntdb::BlobIStream | Istream for reading from a tntdb::Blob |
▼Citerator | |
Ctntdb::Result::const_iterator | This implements a constant iterator to a result-set |
Ctntdb::Row::const_iterator | |
Ctntdb::Statement::const_iterator | This class represents a database-cursor |
Ctntdb::LibraryManager | |
▼CNonCopyable | |
Ctntdb::ConnectionPools | |
Ctntdb::Transaction | The class Transaction monitors the state of a transaction on a database-conection |
Ctntdb::Blob::Release< T > | Release policy for SmartPtr |
Ctntdb::Result | The class holds a resultset of a query |
Ctntdb::Row | Row represents a row, which is fetched from the database |
Ctntdb::RowReader | A RowReader is a class which helps reading multiple columns from a row |
▼Cruntime_error | |
▼Ctntdb::Error | Baseclass for database-errors |
Ctntdb::FieldNotFound | |
Ctntdb::NotFound | Thrown, if selectRow or selectValue does not fetch any data |
Ctntdb::NullValue | This exception is thrown, when a value is extracted with Value::get...(), but the value is null |
Ctntdb::SqlError | Exception, which is a direct result of a sql-statement |
Ctntdb::TypeError | Exception to indicate, that a value couldn't be converted to a requested type |
Ctntdb::SqlBuilder | |
Ctntdb::Statement | This class represents a sql-statement |
Ctntdb::StmtEvent | |
Ctntdb::StmtParser | |
▼Cstreambuf | |
Ctntdb::BlobStreamBuf | Streambuf for reading from a tntdb::Blob |
Ctntdb::Time | This class holds a time |
Ctntdb::Value | The class Value represents a value, which is fetched from the database |