Reference to one row in a result.
Definition: row.hxx:38
int result_size_type
Number of rows in a result set.
Definition: types.hxx:18
The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:25
Accessor for large object's contents.
Definition: largeobject.hxx:147
size_t field_size_type
Number of bytes in a field of database data.
Definition: types.hxx:30
Reverse iterator for result. Use as result::const_reverse_iterator.
Definition: result_iterator.hxx:147
Result set containing data returned by a query or command.
Definition: result.hxx:70
int result_difference_type
Difference between result sizes.
Definition: types.hxx:21
Definition: notification.hxx:55
Something is out of range, similar to std::out_of_range.
Definition: except.hxx:192
Abstract transaction base class: bracket transactions on the database.
Definition: dbtransaction.hxx:52
Interface definition (and common code) for "transaction" classes.
Definition: transaction_base.hxx:97
int row_difference_type
Difference between row sizes.
Definition: types.hxx:27
Iterator for fields in a row. Use as row::const_iterator.
Definition: row.hxx:203
Efficiently pull data directly out of a table.
Definition: stream_from.hxx:30
Connection to a database.
Definition: connection.hxx:135
int row_size_type
Number of fields in a row of database data.
Definition: types.hxx:24
Reference to a field in a result set.
Definition: field.hxx:32
Iterator for rows in a result. Use as result::const_iterator.
Definition: result_iterator.hxx:35
int64_t large_object_size_type
Number of bytes in a large object.
Definition: types.hxx:33
Reverse iterator for a row. Use as row::const_reverse_iterator.
Definition: row.hxx:300
Binary data corresponding to PostgreSQL's "BYTEA" binary-string type.
Definition: binarystring.hxx:53