PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
ObjectType | objtype |
Node * | object |
char * | comment |
Definition at line 3138 of file parsenodes.h.
char* CommentStmt::comment |
Definition at line 3143 of file parsenodes.h.
Referenced by CommentObject(), expandTableLikeClause(), RebuildConstraintComment(), and transformTableLikeClause().
Node* CommentStmt::object |
Definition at line 3142 of file parsenodes.h.
Referenced by CommentObject(), expandTableLikeClause(), RebuildConstraintComment(), and transformTableLikeClause().
ObjectType CommentStmt::objtype |
Definition at line 3141 of file parsenodes.h.
Referenced by CommentObject(), expandTableLikeClause(), RebuildConstraintComment(), standard_ProcessUtility(), and transformTableLikeClause().
NodeTag CommentStmt::type |
Definition at line 3140 of file parsenodes.h.