PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
ObjectType | objtype |
Node * | object |
char * | provider |
char * | label |
Definition at line 2984 of file parsenodes.h.
char* SecLabelStmt::label |
Definition at line 2990 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
Node* SecLabelStmt::object |
Definition at line 2988 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
ObjectType SecLabelStmt::objtype |
Definition at line 2987 of file parsenodes.h.
Referenced by ExecSecLabelStmt(), and standard_ProcessUtility().
char* SecLabelStmt::provider |
Definition at line 2989 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
NodeTag SecLabelStmt::type |
Definition at line 2986 of file parsenodes.h.