PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | relation |
List * | cmds |
ObjectType | objtype |
bool | missing_ok |
Definition at line 1798 of file parsenodes.h.
List* AlterTableStmt::cmds |
Definition at line 1802 of file parsenodes.h.
Referenced by AlterTable(), ATParseTransformCmd(), ATPostAlterTypeParse(), expandTableLikeClause(), ProcessUtilitySlow(), transformAlterTableStmt(), transformColumnDefinition(), transformFKConstraints(), and transformIndexConstraint().
bool AlterTableStmt::missing_ok |
Definition at line 1804 of file parsenodes.h.
Referenced by AlterTableLookupRelation(), ATParseTransformCmd(), expandTableLikeClause(), and transformIndexConstraint().
ObjectType AlterTableStmt::objtype |
Definition at line 1803 of file parsenodes.h.
Referenced by ATParseTransformCmd(), expandTableLikeClause(), transformColumnDefinition(), transformFKConstraints(), and transformIndexConstraint().
RangeVar* AlterTableStmt::relation |
Definition at line 1801 of file parsenodes.h.
Referenced by AlterTable(), AlterTableLookupRelation(), ATParseTransformCmd(), expandTableLikeClause(), ProcessUtilitySlow(), transformAlterTableStmt(), transformColumnDefinition(), transformFKConstraints(), and transformIndexConstraint().
NodeTag AlterTableStmt::type |
Definition at line 1800 of file parsenodes.h.