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::basic_unary_boolexp< L >A class template derived from Dv::Sql::boolexp
Dv::Sql::binary_value_exp< L1, L2 >
Dv::Sql::boolexpAn abstract base class for boolean expressions
cmdline_parser_paramsThe additional parameters to pass to parser functions
Dv::Sql::ColumnA common base class representing a column in a row in a table or query result
Dv::Sql::Row< database_table >::ColumnA Row<T>::Column object should be considered as a reference to a Table::Column object
Dv::Sql::Table::ColumnA Column contains information about a column in a table
Dv::Sql::Object::ColumnRefA class that represents a reference to a column value in an Object
Dv::Sql::CommandA Command represents a SQL command
Dv::MySql::CommandImplMySql specific implementation class for Sql::Command
Dv::Sql::CommandImplImplementation class for Sql::Db::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
db2cppc_argsWhere the command line options are stored
Dv::Sql::Command::iteratorA logical pointer (input iterator) inside the query result of a Dv::Sql::Command
Dv::Sql::match_boolexpA boolexp that represents a mysql text query
Dv::Sql::ObjectA class that represents a row in a database table or in a query result
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::SelectExpThis class represents a wrapper around a (reference-counted) pointer to a Dv::Sql::boolexp
Dv::Sql::Row< database_table >::SetA set of rows of this table
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::true_boolexpA class representing the constant 'true'
Dv::Sql::unary_value_exp< L >A class template derived from Dv::Sql::boolexp
Dv::Sql::value_expAn abstract base class for value expressions
Dv::Sql::ValueExp

dvmysql-1.0.3 [17 November, 2010]