dvmysql.h File Reference

#include <dvxml/node.h>
#include <dvmysql/object.h>

Include dependency graph for dvmysql.h:

Go to the source code of this file.

Namespaces

namespace  Dv
namespace  Dv::Sql

Functions

Dv::Xml::Node Dv::Sql::xml (const Dv::Sql::Object &o, const std::string &label="")
 Generate an Xml node of the form.
template<typename T>
Dv::Xml::NodeDv::Sql::xml_add (Dv::Xml::Node &parent, const Dv::Sql::Set< T > &s, const std::string &label="")
 Add an XML representation of each object in a set to a given XML node.
template<typename T>
Dv::Xml::NodeDv::Sql::xml_add_member (Dv::Xml::Node &parent, const Dv::Sql::Set< T > &s, const std::string &label)
 Add an XML representation of each object in a set to a given XML node.
template<typename T>
Dv::Xml::NodeDv::Sql::xml_add_member (Dv::Xml::Node &parent, const Dv::Sql::Set< T > &s, const std::string &label, Dv::Xml::Node(T::*xml)(const std::string &))
 Add an XML representation of each object in a set to a given XML node.


dvxml-0.1.7 [ 7 January, 2008]