|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Definition at line 3630 of file parsenodes.h.
| char* IndexStmt::accessMethod |
Definition at line 3635 of file parsenodes.h.
| bool IndexStmt::concurrent |
Definition at line 3657 of file parsenodes.h.
| bool IndexStmt::deferrable |
Definition at line 3654 of file parsenodes.h.
| List* IndexStmt::excludeOpNames |
Definition at line 3642 of file parsenodes.h.
| char* IndexStmt::idxcomment |
Definition at line 3643 of file parsenodes.h.
| char* IndexStmt::idxname |
Definition at line 3633 of file parsenodes.h.
| bool IndexStmt::if_not_exists |
Definition at line 3658 of file parsenodes.h.
| List* IndexStmt::indexIncludingParams |
Definition at line 3638 of file parsenodes.h.
| Oid IndexStmt::indexOid |
Definition at line 3644 of file parsenodes.h.
| List* IndexStmt::indexParams |
Definition at line 3637 of file parsenodes.h.
| bool IndexStmt::initdeferred |
Definition at line 3655 of file parsenodes.h.
| bool IndexStmt::isconstraint |
Definition at line 3652 of file parsenodes.h.
| bool IndexStmt::iswithoutoverlaps |
Definition at line 3653 of file parsenodes.h.
| bool IndexStmt::nulls_not_distinct |
Definition at line 3650 of file parsenodes.h.
| SubTransactionId IndexStmt::oldCreateSubid |
Definition at line 3646 of file parsenodes.h.
| SubTransactionId IndexStmt::oldFirstRelfilelocatorSubid |
Definition at line 3647 of file parsenodes.h.
| RelFileNumber IndexStmt::oldNumber |
Definition at line 3645 of file parsenodes.h.
| List* IndexStmt::options |
Definition at line 3640 of file parsenodes.h.
| bool IndexStmt::primary |
Definition at line 3651 of file parsenodes.h.
| RangeVar* IndexStmt::relation |
Definition at line 3634 of file parsenodes.h.
| bool IndexStmt::reset_default_tblspc |
Definition at line 3659 of file parsenodes.h.
| char* IndexStmt::tableSpace |
Definition at line 3636 of file parsenodes.h.
| bool IndexStmt::transformed |
Definition at line 3656 of file parsenodes.h.
| NodeTag IndexStmt::type |
Definition at line 3632 of file parsenodes.h.
| bool IndexStmt::unique |
Definition at line 3649 of file parsenodes.h.
| Node* IndexStmt::whereClause |
Definition at line 3641 of file parsenodes.h.