tntdb  1.3
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Ctntdb::BlobBinary large objects
 Ctntdb::ConnectionThis class holds a connection to a database
 Ctntdb::ConnectionPool
 Ctntdb::DateThis class holds a date
 Ctntdb::DatetimeThis class holds a date and a time
 Ctntdb::Decimal
 Ctntdb::HostvarHelper class to hold a tntdb::Statement and a column name
 Cistream
 Ctntdb::BlobIStreamIstream for reading from a tntdb::Blob
 Citerator
 Ctntdb::Result::const_iteratorThis implements a constant iterator to a result-set
 Ctntdb::Row::const_iterator
 Ctntdb::Statement::const_iteratorThis class represents a database-cursor
 Ctntdb::LibraryManager
 CNonCopyable
 Ctntdb::ConnectionPools
 Ctntdb::TransactionThe class Transaction monitors the state of a transaction on a database-conection
 Ctntdb::Blob::Release< T >Release policy for SmartPtr
 Ctntdb::ResultThe class holds a resultset of a query
 Ctntdb::RowRow represents a row, which is fetched from the database
 Ctntdb::RowReaderA RowReader is a class which helps reading multiple columns from a row
 Cruntime_error
 Ctntdb::ErrorBaseclass for database-errors
 Ctntdb::FieldNotFound
 Ctntdb::NotFoundThrown, if selectRow or selectValue does not fetch any data
 Ctntdb::NullValueThis exception is thrown, when a value is extracted with Value::get...(), but the value is null
 Ctntdb::SqlErrorException, which is a direct result of a sql-statement
 Ctntdb::TypeErrorException to indicate, that a value couldn't be converted to a requested type
 Ctntdb::SqlBuilder
 Ctntdb::StatementThis class represents a sql-statement
 Ctntdb::StmtEvent
 Ctntdb::StmtParser
 Cstreambuf
 Ctntdb::BlobStreamBufStreambuf for reading from a tntdb::Blob
 Ctntdb::TimeThis class holds a time
 Ctntdb::ValueThe class Value represents a value, which is fetched from the database