PostgreSQL Source Code: UserMapping Struct Reference (original) (raw)
#include <[foreign.h](foreign%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Oid | umid |
Oid | userid |
Oid | serverid |
List * | options |
Detailed Description
Definition at line 45 of file foreign.h.
Field Documentation
◆ options
List* UserMapping::options
Definition at line 50 of file foreign.h.
Referenced by get_connect_string(), and GetUserMapping().
◆ serverid
Oid UserMapping::serverid
Definition at line 49 of file foreign.h.
Referenced by GetUserMapping().
◆ umid
Oid UserMapping::umid
Definition at line 47 of file foreign.h.
Referenced by GetUserMapping().
◆ userid
Oid UserMapping::userid
Definition at line 48 of file foreign.h.
Referenced by GetUserMapping().
The documentation for this struct was generated from the following file:
- src/include/foreign/foreign.h