PostgreSQL Source Code: HeapTupleTableSlot Struct Reference (original) (raw)

#include <[tuptable.h](tuptable%5F8h%5Fsource.html)>

Public Member Functions
Data Fields
HeapTuple tuple
uint32 off
HeapTupleData tupdata

Detailed Description

Definition at line 257 of file tuptable.h.

Member Function Documentation

pg_node_attr()

HeapTupleTableSlot::pg_node_attr ( abstract )

Field Documentation

off

uint32 HeapTupleTableSlot::off

Definition at line 266 of file tuptable.h.

Referenced by tts_heap_clear(), tts_heap_getsomeattrs(), tts_heap_materialize(), and tts_heap_store_tuple().

tupdata

HeapTupleData HeapTupleTableSlot::tupdata

Definition at line 267 of file tuptable.h.

tuple

HeapTuple HeapTupleTableSlot::tuple

Definition at line 264 of file tuptable.h.

Referenced by tts_heap_clear(), tts_heap_copy_heap_tuple(), tts_heap_copy_minimal_tuple(), tts_heap_get_heap_tuple(), tts_heap_getsomeattrs(), tts_heap_getsysattr(), tts_heap_is_current_xact_tuple(), tts_heap_materialize(), and tts_heap_store_tuple().


The documentation for this struct was generated from the following file: