tntdb  1.3
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NtntdbMain namespace for tntdb
 CBlobBinary large objects
 CReleaseRelease policy for SmartPtr
 CBlobIStreamIstream for reading from a tntdb::Blob
 CBlobStreamBufStreambuf for reading from a tntdb::Blob
 CConnectionThis class holds a connection to a database
 CConnectionPool
 CConnectionPools
 CDateThis class holds a date
 CDatetimeThis class holds a date and a time
 CDecimal
 CErrorBaseclass for database-errors
 CFieldNotFound
 CHostvarHelper class to hold a tntdb::Statement and a column name
 CLibraryManager
 CNotFoundThrown, if selectRow or selectValue does not fetch any data
 CNullValueThis exception is thrown, when a value is extracted with Value::get...(), but the value is null
 CResultThe class holds a resultset of a query
 Cconst_iteratorThis implements a constant iterator to a result-set
 CRowRow represents a row, which is fetched from the database
 Cconst_iterator
 CRowReaderA RowReader is a class which helps reading multiple columns from a row
 CSqlBuilder
 CSqlErrorException, which is a direct result of a sql-statement
 CStatementThis class represents a sql-statement
 Cconst_iteratorThis class represents a database-cursor
 CStmtEvent
 CStmtParser
 CTimeThis class holds a time
 CTransactionThe class Transaction monitors the state of a transaction on a database-conection
 CTypeErrorException to indicate, that a value couldn't be converted to a requested type
 CValueThe class Value represents a value, which is fetched from the database