table.h File Reference

#include <string>
#include <vector>
#include <map>
#include <set>
#include <iostream>
#include <stdexcept>
#include <dvutil/shared_ptr.h>
#include <dvutil/cslisttag.h>
#include <dvmysql/column.h>
Include dependency graph for table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dv::Sql::Table
 A Table object represents information about a database table or a query result table. More...
class  Dv::Sql::Table::Column
 A Column contains information about a column in a table. More...

Namespaces

namespace  Dv
 

Namespace shared by all locally produced packages.


namespace  Dv::Sql
 

Namespace for dbms-independent classes.


Functions

std::ostream & Dv::Sql::operator<< (std::ostream &os, const Table::Column &c)
 Print a short identification of this column.

dvmysql-1.0.3 [17 November, 2010]