PostgreSQL Source Code  git master
_accessMethodInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
char amtype
 
char * amhandler
 

Detailed Description

Definition at line 249 of file pg_dump.h.

Field Documentation

◆ amhandler

char* _accessMethodInfo::amhandler

Definition at line 253 of file pg_dump.h.

Referenced by dumpAccessMethod(), and getAccessMethods().

◆ amtype

char _accessMethodInfo::amtype

Definition at line 252 of file pg_dump.h.

Referenced by dumpAccessMethod(), and getAccessMethods().

◆ dobj

DumpableObject _accessMethodInfo::dobj

Definition at line 251 of file pg_dump.h.

Referenced by dumpAccessMethod(), getAccessMethods(), and selectDumpableAccessMethod().


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