PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
ObjectType | objtype |
Node * | object |
char * | provider |
char * | label |
Definition at line 2706 of file parsenodes.h.
char* SecLabelStmt::label |
Definition at line 2712 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
Node* SecLabelStmt::object |
Definition at line 2710 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
ObjectType SecLabelStmt::objtype |
Definition at line 2709 of file parsenodes.h.
Referenced by ExecSecLabelStmt(), and standard_ProcessUtility().
char* SecLabelStmt::provider |
Definition at line 2711 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
NodeTag SecLabelStmt::type |
Definition at line 2708 of file parsenodes.h.