Data Fields | |
ParseState * | pstate |
const char * | stmtType |
RangeVar * | relation |
Relation | rel |
List * | inhRelations |
bool | isforeign |
bool | isalter |
bool | hasoids |
List * | columns |
List * | ckconstraints |
List * | fkconstraints |
List * | ixconstraints |
List * | inh_indexes |
List * | blist |
List * | alist |
IndexStmt * | pkey |
Definition at line 66 of file parse_utilcmd.c.
Definition at line 83 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), transformCreateStmt(), transformFKConstraints(), transformIndexConstraints(), and transformTableLikeClause().
Definition at line 81 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), and transformCreateStmt().
Definition at line 77 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), transformCreateStmt(), transformTableConstraint(), and transformTableLikeClause().
Definition at line 76 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), transformCreateStmt(), transformIndexConstraint(), transformOfType(), and transformTableLikeClause().
Definition at line 78 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), transformCreateStmt(), transformFKConstraints(), and transformTableConstraint().
Definition at line 75 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformCreateStmt(), and transformIndexConstraint().
Definition at line 80 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformCreateStmt(), transformIndexConstraints(), and transformTableLikeClause().
Definition at line 72 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformCreateStmt(), and transformIndexConstraint().
Definition at line 74 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformCreateStmt(), and transformIndexConstraint().
Definition at line 73 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), transformCreateStmt(), transformTableConstraint(), and transformTableLikeClause().
Definition at line 79 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), transformCreateStmt(), transformIndexConstraints(), and transformTableConstraint().
Definition at line 85 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformCreateStmt(), transformIndexConstraint(), and transformIndexConstraints().
Definition at line 68 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), transformColumnType(), transformConstraintAttrs(), transformCreateStmt(), transformIndexConstraint(), transformTableConstraint(), and transformTableLikeClause().
Definition at line 71 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), transformCreateStmt(), and transformIndexConstraint().
Definition at line 70 of file parse_utilcmd.c.
Referenced by generateClonedIndexStmt(), transformAlterTableStmt(), transformColumnDefinition(), transformCreateStmt(), transformFKConstraints(), transformIndexConstraint(), transformIndexConstraints(), and transformTableLikeClause().
const char* CreateStmtContext::stmtType |
Definition at line 69 of file parse_utilcmd.c.
Referenced by transformAlterTableStmt(), transformColumnDefinition(), and transformCreateStmt().