#include <tablereader.hxx>
|
| tablereader (transaction_base &, const PGSTD::string &Name, const PGSTD::string &Null=PGSTD::string()) |
|
template<typename ITER > |
| tablereader (transaction_base &, const PGSTD::string &Name, ITER begincolumns, ITER endcolumns) |
|
template<typename ITER > |
| tablereader (transaction_base &, const PGSTD::string &Name, ITER begincolumns, ITER endcolumns, const PGSTD::string &Null) |
|
| ~tablereader () throw () |
|
const PGSTD::string & | classname () const throw () |
|
template<typename ITER > |
PGSTD::string | columnlist (ITER colbegin, ITER colend) |
|
virtual void | complete () |
|
PGSTD::string | description () const |
|
bool | get_raw_line (PGSTD::string &Line) |
|
const PGSTD::string & | name () const throw () |
|
| operator bool () const throw () |
|
bool | operator! () const throw () |
|
template<typename TUPLE > |
tablereader & | operator>> (TUPLE &) |
|
template<typename TUPLE > |
void | tokenize (PGSTD::string, TUPLE &) const |
|
|
template<typename ITER > |
static PGSTD::string | columnlist (ITER colbegin, ITER colend) |
|
- Deprecated:
- Efficiently pull data directly out of a table.
- Warning
- This class does not work reliably with multibyte encodings. Using it with some multi-byte encodings may pose a security risk.
pqxx::tablereader::tablereader |
( |
transaction_base & |
, |
|
|
const PGSTD::string & |
Name, |
|
|
const PGSTD::string & |
Null = PGSTD::string() |
|
) |
| |
template<typename ITER >
pqxx::tablereader::tablereader |
( |
transaction_base & |
T, |
|
|
const PGSTD::string & |
Name, |
|
|
ITER |
begincolumns, |
|
|
ITER |
endcolumns |
|
) |
| |
|
inline |
template<typename ITER >
pqxx::tablereader::tablereader |
( |
transaction_base & |
T, |
|
|
const PGSTD::string & |
Name, |
|
|
ITER |
begincolumns, |
|
|
ITER |
endcolumns, |
|
|
const PGSTD::string & |
Null |
|
) |
| |
|
inline |
pqxx::tablereader::~tablereader |
( |
| ) |
throw () |
void pqxx::tablestream::base_close |
( |
| ) |
|
|
protectedinherited |
const PGSTD::string& pqxx::internal::namedclass::classname |
( |
| ) |
const throw () |
|
inlineinherited |
template<typename ITER >
static PGSTD::string pqxx::tablestream::columnlist |
( |
ITER |
colbegin, |
|
|
ITER |
colend |
|
) |
| |
|
staticprotectedinherited |
template<typename ITER >
PGSTD::string pqxx::tablestream::columnlist |
( |
ITER |
colbegin, |
|
|
ITER |
colend |
|
) |
| |
|
inlineinherited |
virtual void pqxx::tablereader::complete |
( |
| ) |
|
|
virtual |
PGSTD::string pqxx::internal::namedclass::description |
( |
| ) |
const |
|
inherited |
PGSTD::string pqxx::tablereader::extract_field |
( |
const PGSTD::string & |
, |
|
|
PGSTD::string::size_type & |
|
|
) |
| const |
|
private |
bool pqxx::tablereader::get_raw_line |
( |
PGSTD::string & |
Line | ) |
|
bool pqxx::tablestream::is_finished |
( |
| ) |
const throw () |
|
inlineprotectedinherited |
const PGSTD::string& pqxx::internal::namedclass::name |
( |
| ) |
const throw () |
|
inlineinherited |
const PGSTD::string& pqxx::tablestream::NullStr |
( |
| ) |
const |
|
inlineprotectedinherited |
pqxx::tablereader::operator bool |
( |
| ) |
const throw () |
|
inline |
bool pqxx::tablereader::operator! |
( |
| ) |
const throw () |
|
inline |
template<typename TUPLE >
tablereader & pqxx::tablereader::operator>> |
( |
TUPLE & |
T | ) |
|
|
inline |
void pqxx::internal::transactionfocus::reg_pending_error |
( |
const PGSTD::string & |
| ) |
throw () |
|
protectedinherited |
void pqxx::internal::transactionfocus::register_me |
( |
| ) |
|
|
protectedinherited |
bool pqxx::internal::transactionfocus::registered |
( |
| ) |
const throw () |
|
inlineprotectedinherited |
void pqxx::tablereader::setup |
( |
transaction_base & |
T, |
|
|
const PGSTD::string & |
RName, |
|
|
const PGSTD::string & |
Columns = PGSTD::string() |
|
) |
| |
|
private |
template<typename TUPLE >
void pqxx::tablereader::tokenize |
( |
PGSTD::string |
Line, |
|
|
TUPLE & |
T |
|
) |
| const |
|
inline |
void pqxx::internal::transactionfocus::unregister_me |
( |
| ) |
throw () |
|
protectedinherited |
bool pqxx::tablereader::m_Done |
|
private |
The documentation for this class was generated from the following file: