tntdb  1.2
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NtntdbMain namespace for tntdb
 oCConnectionPool
 oCConnectionPools
 oCDateThis class holds a date
 oCDatetimeThis class holds a date and a time
 oCDecimal
 oCErrorBaseclass for database-errors
 oCNotFoundThrown, if selectRow or selectValue does not fetch any data
 oCNullValueThis exception is thrown, when a value is extracted with Value::get...(), but the value is null
 oCTypeErrorException to indicate, that a value couldn't be converted to a requested type
 oCSqlErrorException, which is a direct result of a sql-statement
 oCFieldNotFound
 oCLibraryManager
 oCSqlBuilder
 oCStmtEvent
 oCStmtParser
 oCTimeThis class holds a time
 oCTransactionThe class Transaction monitors the state of a transaction on a database-conection
 oCBlobBinary large objects
 |\CReleaseRelease policy for SmartPtr
 oCBlobStreamBufStreambuf for reading from a tntdb::Blob
 oCBlobIStreamIstream for reading from a tntdb::Blob
 oCConnectionThis class holds a connection to a database
 oCResultThe class holds a resultset of a query
 |\Cconst_iteratorThis implements a constant iterator to a result-set
 oCRowRow represents a row, which is fetched from the database
 |\Cconst_iterator
 oCRowReaderA RowReader is a class which helps reading multiple columns from a row
 oCStatementThis class represents a sql-statement
 |\Cconst_iteratorThis class represents a database-cursor
 oCHostvarHelper class to hold a tntdb::Statement and a column name
 \CValueThe class Value represents a value, which is fetched from the database