Iterator for rows in a result. Use as result::const_iterator.
Definition: result_iterator.hxx:35
Iterator for fields in a row. Use as row::const_iterator.
Definition: row.hxx:253
Accessor for large object's contents.
Definition: largeobject.hxx:151
std::size_t field_size_type
Number of bytes in a field of database data.
Definition: types.hxx:30
Result set containing data returned by a query or command.
Definition: result.hxx:70
Marker for stream_from constructors: "stream from query.".
Definition: types.hxx:63
The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:25
Reverse iterator for result. Use as result::const_reverse_iterator.
Definition: result_iterator.hxx:195
int result_size_type
Number of rows in a result set.
Definition: types.hxx:18
Binary data corresponding to PostgreSQL's "BYTEA" binary-string type.
Definition: binarystring.hxx:56
Something is out of range, similar to std::out_of_range.
Definition: except.hxx:192
Reference to one row in a result.
Definition: row.hxx:45
Stream data from the database.
Definition: stream_from.hxx:72
Reference to a field in a result set.
Definition: field.hxx:33
int result_difference_type
Difference between result sizes.
Definition: types.hxx:21
Interface definition (and common code) for "transaction" classes.
Definition: transaction_base.hxx:74
int row_size_type
Number of fields in a row of database data.
Definition: types.hxx:24
Connection to a database.
Definition: connection.hxx:183
Reverse iterator for a row. Use as row::const_reverse_iterator.
Definition: row.hxx:358
Definition: notification.hxx:55
int64_t large_object_size_type
Number of bytes in a large object.
Definition: types.hxx:33
Marker for stream_from constructors: "stream from table.".
Definition: types.hxx:57
int row_difference_type
Difference between row sizes.
Definition: types.hxx:27
format
Format code: is data text or binary?
Definition: types.hxx:70
Abstract transaction base class: bracket transactions on the database.
Definition: dbtransaction.hxx:52