PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_accessMethodInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
char amtype
 
charamhandler
 

Detailed Description

Definition at line 268 of file pg_dump.h.

Field Documentation

◆ amhandler

char* _accessMethodInfo::amhandler

Definition at line 272 of file pg_dump.h.

◆ amtype

char _accessMethodInfo::amtype

Definition at line 271 of file pg_dump.h.

◆ dobj

DumpableObject _accessMethodInfo::dobj

Definition at line 270 of file pg_dump.h.

Referenced by selectDumpableAccessMethod().


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