|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Definition at line 751 of file parsenodes.h.
| CollateClause* ColumnDef::collClause |
Definition at line 769 of file parsenodes.h.
Referenced by makeColumnDef().
| Oid ColumnDef::collOid |
Definition at line 770 of file parsenodes.h.
Referenced by DefineVirtualRelation(), and makeColumnDef().
| char* ColumnDef::colname |
Definition at line 754 of file parsenodes.h.
Referenced by addRangeTableEntryForFunction(), BuildDescForRelation(), DefineVirtualRelation(), makeColumnDef(), MergeAttributes(), MergeInheritedAttribute(), and transformTableLikeClause().
| char* ColumnDef::compression |
Definition at line 756 of file parsenodes.h.
Referenced by BuildDescForRelation(), getAttributesList(), and transformTableLikeClause().
| List* ColumnDef::constraints |
Definition at line 771 of file parsenodes.h.
Referenced by makeColumnDef(), and transformAlterTableStmt().
| Node* ColumnDef::cooked_default |
Definition at line 764 of file parsenodes.h.
Referenced by ATPrepAlterColumnType(), makeColumnDef(), MergeAttributes(), and transformAlterTableStmt().
| List* ColumnDef::fdwoptions |
Definition at line 772 of file parsenodes.h.
Referenced by makeColumnDef().
| char ColumnDef::generated |
Definition at line 768 of file parsenodes.h.
Referenced by BuildDescForRelation(), getAttributesList(), MergeAttributes(), and transformTableLikeClause().
| char ColumnDef::identity |
Definition at line 765 of file parsenodes.h.
Referenced by BuildDescForRelation(), getAttributesList(), and transformTableLikeClause().
| RangeVar* ColumnDef::identitySequence |
Definition at line 766 of file parsenodes.h.
| int16 ColumnDef::inhcount |
Definition at line 757 of file parsenodes.h.
Referenced by BuildDescForRelation(), and makeColumnDef().
| bool ColumnDef::is_from_type |
Definition at line 760 of file parsenodes.h.
Referenced by makeColumnDef(), and transformOfType().
| bool ColumnDef::is_local |
Definition at line 758 of file parsenodes.h.
Referenced by BuildDescForRelation(), and makeColumnDef().
| bool ColumnDef::is_not_null |
Definition at line 759 of file parsenodes.h.
Referenced by BuildDescForRelation(), getAttributesList(), and makeColumnDef().
| ParseLoc ColumnDef::location |
Definition at line 773 of file parsenodes.h.
Referenced by addRangeTableEntryForFunction(), ATPrepAlterColumnType(), and makeColumnDef().
| Node* ColumnDef::raw_default |
Definition at line 763 of file parsenodes.h.
Referenced by makeColumnDef(), MergeAttributes(), and transformAlterTableStmt().
| char ColumnDef::storage |
Definition at line 761 of file parsenodes.h.
Referenced by BuildDescForRelation(), getAttributesList(), makeColumnDef(), and transformTableLikeClause().
| char* ColumnDef::storage_name |
Definition at line 762 of file parsenodes.h.
Referenced by BuildDescForRelation().
| NodeTag ColumnDef::type |
Definition at line 753 of file parsenodes.h.
| TypeName* ColumnDef::typeName |
Definition at line 755 of file parsenodes.h.
Referenced by addRangeTableEntryForFunction(), ATExecAlterColumnType(), ATPrepAlterColumnType(), BuildDescForRelation(), makeColumnDef(), and transformAlterTableStmt().