#include <tablereader.h>
Inheritance diagram for pqxx::TableReader:
Public Methods | |
TableReader (Transaction &Trans, PGSTD::string Name) | |
~TableReader () | |
TableReader & | operator>> (Result &) |
TableReader & | operator>> (PGSTD::string &) |
template<typename TUPLE> TableReader & | operator>> (TUPLE &) |
operator bool () const | |
bool | operator! () const |
bool | GetRawLine (PGSTD::string &Line) |
template<typename TUPLE> void | Tokenize (PGSTD::string, TUPLE &) const |
A TableReader provides efficient read access to a database table. This is not as flexible as a normal query using the Result class however:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|