PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
ObjectType | objtype |
Node * | object |
char * | provider |
char * | label |
Definition at line 3150 of file parsenodes.h.
char* SecLabelStmt::label |
Definition at line 3156 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
Node* SecLabelStmt::object |
Definition at line 3154 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
ObjectType SecLabelStmt::objtype |
Definition at line 3153 of file parsenodes.h.
Referenced by ExecSecLabelStmt(), and standard_ProcessUtility().
char* SecLabelStmt::provider |
Definition at line 3155 of file parsenodes.h.
Referenced by ExecSecLabelStmt().
NodeTag SecLabelStmt::type |
Definition at line 3152 of file parsenodes.h.