PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 3251 of file parsenodes.h.

Field Documentation

◆ for_identity

bool CreateSeqStmt::for_identity

Definition at line 3257 of file parsenodes.h.

◆ if_not_exists

bool CreateSeqStmt::if_not_exists

Definition at line 3258 of file parsenodes.h.

◆ options

List* CreateSeqStmt::options

Definition at line 3255 of file parsenodes.h.

◆ ownerId

Oid CreateSeqStmt::ownerId

Definition at line 3256 of file parsenodes.h.

◆ sequence

RangeVar* CreateSeqStmt::sequence

Definition at line 3254 of file parsenodes.h.

◆ type

NodeTag CreateSeqStmt::type

Definition at line 3253 of file parsenodes.h.


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