#include "pqxx/compiler.h"
#include "pqxx/tablereader"
#include "pqxx/transaction"
Include dependency graph for tablereader.cxx:
Functions | |
pqxx::tablereader::tablereader (transaction_base &T, const string &RName, const string &Null) | |
void | pqxx::tablereader::setup (transaction_base &T, const string &RName, const string &Columns) |
pqxx::tablereader::~tablereader () throw () | |
bool | pqxx::tablereader::get_raw_line (string &Line) |
void | pqxx::tablereader::complete () |
void | pqxx::tablereader::reader_close () |
string | pqxx::tablereader::extract_field (const string &Line, string::size_type &i) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|