PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CommentStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType objtype
 
Nodeobject
 
char * comment
 

Detailed Description

Definition at line 3278 of file parsenodes.h.

Field Documentation

◆ comment

char* CommentStmt::comment

Definition at line 3283 of file parsenodes.h.

Referenced by RebuildConstraintComment().

◆ object

Node* CommentStmt::object

Definition at line 3282 of file parsenodes.h.

Referenced by RebuildConstraintComment().

◆ objtype

ObjectType CommentStmt::objtype

Definition at line 3281 of file parsenodes.h.

Referenced by RebuildConstraintComment().

◆ type

NodeTag CommentStmt::type

Definition at line 3280 of file parsenodes.h.


The documentation for this struct was generated from the following file: