PostgreSQL Source Code git master
Loading...
Searching...
No Matches
IndexStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
charidxname
 
RangeVarrelation
 
characcessMethod
 
chartableSpace
 
ListindexParams
 
ListindexIncludingParams
 
Listoptions
 
NodewhereClause
 
ListexcludeOpNames
 
charidxcomment
 
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 3511 of file parsenodes.h.

Field Documentation

◆ accessMethod

char* IndexStmt::accessMethod

Definition at line 3516 of file parsenodes.h.

◆ concurrent

bool IndexStmt::concurrent

Definition at line 3538 of file parsenodes.h.

◆ deferrable

bool IndexStmt::deferrable

Definition at line 3535 of file parsenodes.h.

◆ excludeOpNames

List* IndexStmt::excludeOpNames

Definition at line 3523 of file parsenodes.h.

◆ idxcomment

char* IndexStmt::idxcomment

Definition at line 3524 of file parsenodes.h.

◆ idxname

char* IndexStmt::idxname

Definition at line 3514 of file parsenodes.h.

◆ if_not_exists

bool IndexStmt::if_not_exists

Definition at line 3539 of file parsenodes.h.

◆ indexIncludingParams

List* IndexStmt::indexIncludingParams

Definition at line 3519 of file parsenodes.h.

◆ indexOid

Oid IndexStmt::indexOid

Definition at line 3525 of file parsenodes.h.

◆ indexParams

List* IndexStmt::indexParams

Definition at line 3518 of file parsenodes.h.

◆ initdeferred

bool IndexStmt::initdeferred

Definition at line 3536 of file parsenodes.h.

◆ isconstraint

bool IndexStmt::isconstraint

Definition at line 3533 of file parsenodes.h.

◆ iswithoutoverlaps

bool IndexStmt::iswithoutoverlaps

Definition at line 3534 of file parsenodes.h.

◆ nulls_not_distinct

bool IndexStmt::nulls_not_distinct

Definition at line 3531 of file parsenodes.h.

◆ oldCreateSubid

SubTransactionId IndexStmt::oldCreateSubid

Definition at line 3527 of file parsenodes.h.

◆ oldFirstRelfilelocatorSubid

SubTransactionId IndexStmt::oldFirstRelfilelocatorSubid

Definition at line 3528 of file parsenodes.h.

◆ oldNumber

RelFileNumber IndexStmt::oldNumber

Definition at line 3526 of file parsenodes.h.

◆ options

List* IndexStmt::options

Definition at line 3521 of file parsenodes.h.

◆ primary

bool IndexStmt::primary

Definition at line 3532 of file parsenodes.h.

◆ relation

RangeVar* IndexStmt::relation

Definition at line 3515 of file parsenodes.h.

◆ reset_default_tblspc

bool IndexStmt::reset_default_tblspc

Definition at line 3540 of file parsenodes.h.

◆ tableSpace

char* IndexStmt::tableSpace

Definition at line 3517 of file parsenodes.h.

◆ transformed

bool IndexStmt::transformed

Definition at line 3537 of file parsenodes.h.

◆ type

NodeTag IndexStmt::type

Definition at line 3513 of file parsenodes.h.

◆ unique

bool IndexStmt::unique

Definition at line 3530 of file parsenodes.h.

◆ whereClause

Node* IndexStmt::whereClause

Definition at line 3522 of file parsenodes.h.


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