|
Cppgres
Build Postgres extensions in C++
|
Heap tuple convenience wrapper. More...
#include <heap_tuple.hpp>
Public Member Functions | |
| heap_tuple (::HeapTuple tuple) | |
| operator::HeapTuple () const | |
| transaction_id | xmin (bool raw=false) const |
| transaction_id | xmax () const |
| transaction_id | update_xid () const |
| command_id | cmin () const |
| command_id | cmax () const |
Heap tuple convenience wrapper.