object.h File Reference

#include <vector>
#include <dvutil/convert.h>
#include <dvutil/shared_ptr.h>
#include <dvmysql/sqldb.h>
#include <dvmysql/table.h>
#include <dvmysql/select_exp.h>
#include <dvmysql/set.h>
Include dependency graph for object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dv::Sql::Object
 A class that represents a row in a database table or in a query result. More...
class  Dv::Sql::Object::ColumnRef
 A class that represents a reference to a column value in an Object. 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 Object &o)
 Print a readable representation of this object to a stream.

Variables

const std::string Dv::Sql::select_all

dvmysql-1.0.3 [17 November, 2010]