#include "pqxx/compiler.h"
#include "pqxx/tablereader"
#include "pqxx/tablewriter"
#include "pqxx/transaction"
Include dependency graph for tablewriter.cxx:
Functions | |
pqxx::tablewriter::tablewriter (transaction_base &T, const string &WName, const string &Null) | |
pqxx::tablewriter::~tablewriter () throw () | |
void | pqxx::tablewriter::setup (transaction_base &T, const string &WName, const string &Columns) |
pqxx::tablewriter & | pqxx::tablewriter::operator<< (pqxx::tablereader &R) |
void | pqxx::tablewriter::WriteRawLine (const string &Line) |
void | pqxx::tablewriter::complete () |
void | pqxx::tablewriter::writer_close () |
string | pqxx::internal::Escape (const string &s, const string &null) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|