|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | sequence |
| List * | options |
| Oid | ownerId |
| bool | for_identity |
| bool | if_not_exists |
Definition at line 3250 of file parsenodes.h.
| bool CreateSeqStmt::for_identity |
Definition at line 3256 of file parsenodes.h.
Referenced by DefineSequence(), and generateSerialExtraStmts().
| bool CreateSeqStmt::if_not_exists |
Definition at line 3257 of file parsenodes.h.
Referenced by DefineSequence().
| List* CreateSeqStmt::options |
Definition at line 3254 of file parsenodes.h.
Referenced by DefineSequence(), and generateSerialExtraStmts().
| Oid CreateSeqStmt::ownerId |
Definition at line 3255 of file parsenodes.h.
Referenced by DefineSequence(), and generateSerialExtraStmts().
| RangeVar* CreateSeqStmt::sequence |
Definition at line 3253 of file parsenodes.h.
Referenced by DefineSequence(), generateSerialExtraStmts(), and transformCreateSchemaStmtElements().
| NodeTag CreateSeqStmt::type |
Definition at line 3252 of file parsenodes.h.