PostgreSQL Source Code  git master
LargeObjectDesc Struct Reference

#include <large_object.h>

Data Fields

Oid id
 
Snapshot snapshot
 
SubTransactionId subid
 
uint64 offset
 
int flags
 

Detailed Description

Definition at line 39 of file large_object.h.

Field Documentation

◆ flags

int LargeObjectDesc::flags

◆ id

Oid LargeObjectDesc::id

Definition at line 41 of file large_object.h.

Referenced by inv_getsize(), inv_open(), inv_read(), inv_truncate(), and inv_write().

◆ offset

uint64 LargeObjectDesc::offset

Definition at line 44 of file large_object.h.

Referenced by inv_open(), inv_read(), inv_seek(), inv_tell(), and inv_write().

◆ snapshot

Snapshot LargeObjectDesc::snapshot

◆ subid

SubTransactionId LargeObjectDesc::subid

Definition at line 43 of file large_object.h.

Referenced by AtEOSubXact_LargeObject(), be_lo_open(), and inv_open().


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