Module pgx::heap_tuple

source ·
Expand description

Provides a safe interface to Postgres HeapTuple objects.

PgHeapTuples also describe composite types as defined by pgx::composite_type!().

Structs

A PgHeapTuple is a lightweight wrapper around Postgres’ pg_sys::HeapTuple object and a PgTupleDesc.

Enums

Describes errors that can occur when trying to create a new PgHeapTuple.