Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Examples

dvmysql Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Dv::Sql::basic_boolexp< L, R >A class template derived from Dv::Sql::boolexp
Dv::Sql::boolexpAn abstract base class for boolean expressions
Dv::Sql::ColumnA common base class representing a column in a row in a table or query result
Dv::Sql::CommandA Command represents a SQL command
Dv::Sql::Command::iteratorA logical pointer (input iterator) inside the query result of a Dv::Sql::Command
Dv::Sql::CommandImplImplementation class for Sql::Db::Command
Dv::MySql::CommandImplMySql specific implementation class for Sql::Command
Dv::Sql::complex_boolexpA complex boolean expression consists of a logical operator with two Dv::Sql::SelectExp arguments
Database
Dv::MySql::DbA connection to a mysql database
Dv::Sql::DbAn connection to an SQL database
Dv::Sql::ObjectA class that represents a row in a database table or in a query result
Dv::Sql::Object::ColumnRefA class that represents a reference to a column value in an Object
Dv::Sql::ReferenceA 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 >::ColumnA Row<T>::Column object should be considered as a reference to a Table::Column object
Dv::Sql::Row< database_table >::SetA set of rows of this table
Dv::Sql::SelectExpThis 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::TableA Table object represents information about a database table or a query result table
Dv::Sql::Table::ColumnA Column contains information about a column in a table
Dv::Sql::true_boolexpA class representing the constant 'true'

dvmysql-1.0.2 [22 January, 2006]