| Dv::Sql::basic_boolexp< L, R > | A class template derived from Dv::Sql::boolexp |
| Dv::Sql::boolexp | An abstract base class for boolean expressions |
| Dv::Sql::Column | A common base class representing a column in a row in a table or query result |
| Dv::Sql::Command | A Command represents a SQL command |
| Dv::Sql::Command::iterator | A logical pointer (input iterator) inside the query result of a Dv::Sql::Command |
| Dv::Sql::CommandImpl | Implementation class for Sql::Db::Command |
| Dv::MySql::CommandImpl | MySql specific implementation class for Sql::Command |
| Dv::Sql::complex_boolexp | A complex boolean expression consists of a logical operator with two Dv::Sql::SelectExp arguments |
| Database | |
| Dv::MySql::Db | A connection to a mysql database |
| Dv::Sql::Db | An connection to an SQL database |
| Dv::Sql::Object | A class that represents a row in a database table or in a query result |
| Dv::Sql::Object::ColumnRef | A class that represents a reference to a column value in an Object |
| Dv::Sql::Reference | A reference represents a semantic connection between tables |
| Dv::Sql::Row< database_table > | A class template of which each instantiation class represents the rows of a relational table |
| Dv::Sql::Row< database_table >::Column | A Row<T>::Column object should be considered as a reference to a Table::Column object |
| Dv::Sql::Row< database_table >::Set | A set of rows of this table |
| Dv::Sql::SelectExp | This class represents a wrapper around a (reference-counted) pointer to a Dv::Sql::boolexp |
| Dv::Sql::Set< T > | A Dv::Sql::Set<T> represents a set of T-objects retrieved from the database |
| Dv::Sql::Table | A Table object represents information about a database table or a query result table |
| Dv::Sql::Table::Column | A Column contains information about a column in a table |
| Dv::Sql::true_boolexp | A class representing the constant 'true' |
| dvmysql-1.0.2 | [22 January, 2006] |