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