#include <string>
#include <sstream>
#include <iostream>
#include <vector>
#include <stdexcept>
#include <iterator>
#include <dvutil/date.h>
#include <dvutil/props.h>
#include <dvmysql/vector_string_input_iterator.h>
Include dependency graph for sqldb.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Dv |
namespace | Dv::Sql |
Functions | |
Dv::Util::Props & | operator<< (Dv::Util::Props &, const Dv::Sql::Command::iterator &) |
Update props to reflect query result row represented by iterator. |
Definition in file sqldb.h.
|
Update props to reflect query result row represented by iterator. Updat props such that props[fieldname] = result for each fieldname of the command associated with the iterator. |