PostgreSQL Source Code  git master
IndexStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * idxname
 
RangeVarrelation
 
char * accessMethod
 
char * tableSpace
 
ListindexParams
 
ListindexIncludingParams
 
Listoptions
 
NodewhereClause
 
ListexcludeOpNames
 
char * idxcomment
 
Oid indexOid
 
RelFileNumber oldNumber
 
SubTransactionId oldCreateSubid
 
SubTransactionId oldFirstRelfilelocatorSubid
 
bool unique
 
bool nulls_not_distinct
 
bool primary
 
bool isconstraint
 
bool iswithoutoverlaps
 
bool deferrable
 
bool initdeferred
 
bool transformed
 
bool concurrent
 
bool if_not_exists
 
bool reset_default_tblspc
 

Detailed Description

Definition at line 3201 of file parsenodes.h.

Field Documentation

◆ accessMethod

char* IndexStmt::accessMethod

Definition at line 3206 of file parsenodes.h.

Referenced by transformIndexConstraints().

◆ concurrent

bool IndexStmt::concurrent

Definition at line 3228 of file parsenodes.h.

◆ deferrable

bool IndexStmt::deferrable

Definition at line 3225 of file parsenodes.h.

Referenced by transformIndexConstraints().

◆ excludeOpNames

List* IndexStmt::excludeOpNames

Definition at line 3213 of file parsenodes.h.

Referenced by transformIndexConstraints().

◆ idxcomment

char* IndexStmt::idxcomment

Definition at line 3214 of file parsenodes.h.

Referenced by ATPostAlterTypeParse(), and expandTableLikeClause().

◆ idxname

char* IndexStmt::idxname

Definition at line 3204 of file parsenodes.h.

Referenced by ATPostAlterTypeParse(), DefineIndex(), and transformIndexConstraints().

◆ if_not_exists

bool IndexStmt::if_not_exists

Definition at line 3229 of file parsenodes.h.

◆ indexIncludingParams

List* IndexStmt::indexIncludingParams

Definition at line 3209 of file parsenodes.h.

Referenced by transformIndexConstraints().

◆ indexOid

Oid IndexStmt::indexOid

Definition at line 3215 of file parsenodes.h.

Referenced by DefineIndex(), and transformAlterTableStmt().

◆ indexParams

List* IndexStmt::indexParams

◆ initdeferred

bool IndexStmt::initdeferred

Definition at line 3226 of file parsenodes.h.

Referenced by transformIndexConstraints().

◆ isconstraint

bool IndexStmt::isconstraint

Definition at line 3223 of file parsenodes.h.

◆ iswithoutoverlaps

bool IndexStmt::iswithoutoverlaps

Definition at line 3224 of file parsenodes.h.

◆ nulls_not_distinct

bool IndexStmt::nulls_not_distinct

Definition at line 3221 of file parsenodes.h.

Referenced by transformIndexConstraints().

◆ oldCreateSubid

SubTransactionId IndexStmt::oldCreateSubid

Definition at line 3217 of file parsenodes.h.

Referenced by DefineIndex().

◆ oldFirstRelfilelocatorSubid

SubTransactionId IndexStmt::oldFirstRelfilelocatorSubid

Definition at line 3218 of file parsenodes.h.

Referenced by DefineIndex().

◆ oldNumber

RelFileNumber IndexStmt::oldNumber

Definition at line 3216 of file parsenodes.h.

Referenced by DefineIndex().

◆ options

List* IndexStmt::options

Definition at line 3211 of file parsenodes.h.

◆ primary

bool IndexStmt::primary

Definition at line 3222 of file parsenodes.h.

Referenced by ATPrepAddPrimaryKey(), and expandTableLikeClause().

◆ relation

RangeVar* IndexStmt::relation

Definition at line 3205 of file parsenodes.h.

Referenced by DefineIndex(), and transformCreateSchemaStmtElements().

◆ reset_default_tblspc

bool IndexStmt::reset_default_tblspc

Definition at line 3230 of file parsenodes.h.

Referenced by ATPostAlterTypeParse().

◆ tableSpace

char* IndexStmt::tableSpace

Definition at line 3207 of file parsenodes.h.

◆ transformed

bool IndexStmt::transformed

Definition at line 3227 of file parsenodes.h.

◆ type

NodeTag IndexStmt::type

Definition at line 3203 of file parsenodes.h.

◆ unique

bool IndexStmt::unique

Definition at line 3220 of file parsenodes.h.

Referenced by transformIndexConstraints().

◆ whereClause

Node* IndexStmt::whereClause

Definition at line 3212 of file parsenodes.h.

Referenced by DefineIndex(), and transformIndexConstraints().


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