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 264 of file pg_dump.h.

Field Documentation

◆ amhandler

char* _accessMethodInfo::amhandler

Definition at line 268 of file pg_dump.h.

Referenced by dumpAccessMethod(), and getAccessMethods().

◆ amtype

char _accessMethodInfo::amtype

Definition at line 267 of file pg_dump.h.

Referenced by dumpAccessMethod(), and getAccessMethods().

◆ dobj

DumpableObject _accessMethodInfo::dobj

Definition at line 266 of file pg_dump.h.

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


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