PostgreSQL Source Code: CommentStmt Struct Reference (original) (raw)

Data Fields

CommentStmt Struct Reference

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
ObjectType objtype
Node * object
char * comment

Detailed Description

Definition at line 3346 of file parsenodes.h.

Field Documentation

comment

char* CommentStmt::comment

Definition at line 3351 of file parsenodes.h.

Referenced by RebuildConstraintComment().

object

Node* CommentStmt::object

Definition at line 3350 of file parsenodes.h.

Referenced by RebuildConstraintComment().

objtype

ObjectType CommentStmt::objtype

Definition at line 3349 of file parsenodes.h.

Referenced by RebuildConstraintComment().

type

NodeTag CommentStmt::type

Definition at line 3348 of file parsenodes.h.


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