|
Cppgres
Build Postgres extensions in C++
|
Public Member Functions | |
| transaction_id (::TransactionId id) | |
| transaction_id (const transaction_id &id) | |
| bool | is_valid () const |
| bool | operator== (const transaction_id &other) const |
| bool | operator> (const transaction_id &other) const |
| bool | operator>= (const transaction_id &other) const |
| bool | operator< (const transaction_id &other) const |
| bool | operator<= (const transaction_id &other) const |
| bool | did_abort () const |
| bool | did_commit () const |
Static Public Member Functions | |
| static transaction_id | current (bool acquire=true) |