tntdb 1.4
|
Ctntdb::Blob | Binary large objects |
Ctntdb::Connection | This class holds a connection to a database |
Ctntdb::ConnectionPools::ConnectionParameter | |
Ctntdb::ConnectionPool | |
Ctntdb::ConnectionPools | |
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 Statement and a column name |
▼Cstd::istream | |
Ctntdb::BlobIStream | Istream for reading from a tntdb::Blob |
▼Cstd::iterator | |
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 | |
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 |
▼Cstd::runtime_error | |
▼Ctntdb::Error | Base class for database errors |
Ctntdb::FieldNotFound | |
Ctntdb::NotFound | Exception thrown when selectRow or selectValue doesn't fetch any data |
Ctntdb::NullValue | Exception thrown when a Value::get...() is called on a NULL value |
Ctntdb::SqlError | Exception thrown when the execution of an SQL statement caused an error |
Ctntdb::TypeError | Exception thrown when a Value can't be converted to a requested type |
Ctntdb::SqlBuilder | Helper class for building sql statements |
Ctntdb::Statement | This class represents an SQL statement |
Ctntdb::StmtEvent | |
Ctntdb::StmtParser | Search host variables |
▼Cstd::streambuf | |
Ctntdb::BlobStreamBuf | Streambuf for reading from a tntdb::Blob |
Ctntdb::Time | This class holds a time |
Ctntdb::Transaction | The class Transaction monitors the state of a transaction on a database connection |
Ctntdb::Value | The class Value represents a value, which is fetched from the database |