PostgreSQL Source Code  git master
CreateSeqStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarsequence
 
Listoptions
 
Oid ownerId
 
bool for_identity
 
bool if_not_exists
 

Detailed Description

Definition at line 3128 of file parsenodes.h.

Field Documentation

◆ for_identity

bool CreateSeqStmt::for_identity

Definition at line 3134 of file parsenodes.h.

Referenced by DefineSequence(), and generateSerialExtraStmts().

◆ if_not_exists

bool CreateSeqStmt::if_not_exists

Definition at line 3135 of file parsenodes.h.

Referenced by DefineSequence().

◆ options

List* CreateSeqStmt::options

Definition at line 3132 of file parsenodes.h.

Referenced by DefineSequence(), and generateSerialExtraStmts().

◆ ownerId

Oid CreateSeqStmt::ownerId

Definition at line 3133 of file parsenodes.h.

Referenced by DefineSequence(), and generateSerialExtraStmts().

◆ sequence

RangeVar* CreateSeqStmt::sequence

◆ type

NodeTag CreateSeqStmt::type

Definition at line 3130 of file parsenodes.h.


The documentation for this struct was generated from the following file: