|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Definition at line 3570 of file parsenodes.h.
| char* IndexStmt::accessMethod |
Definition at line 3575 of file parsenodes.h.
| bool IndexStmt::concurrent |
Definition at line 3597 of file parsenodes.h.
| bool IndexStmt::deferrable |
Definition at line 3594 of file parsenodes.h.
| List* IndexStmt::excludeOpNames |
Definition at line 3582 of file parsenodes.h.
| char* IndexStmt::idxcomment |
Definition at line 3583 of file parsenodes.h.
| char* IndexStmt::idxname |
Definition at line 3573 of file parsenodes.h.
| bool IndexStmt::if_not_exists |
Definition at line 3598 of file parsenodes.h.
| List* IndexStmt::indexIncludingParams |
Definition at line 3578 of file parsenodes.h.
| Oid IndexStmt::indexOid |
Definition at line 3584 of file parsenodes.h.
| List* IndexStmt::indexParams |
Definition at line 3577 of file parsenodes.h.
| bool IndexStmt::initdeferred |
Definition at line 3595 of file parsenodes.h.
| bool IndexStmt::isconstraint |
Definition at line 3592 of file parsenodes.h.
| bool IndexStmt::iswithoutoverlaps |
Definition at line 3593 of file parsenodes.h.
| bool IndexStmt::nulls_not_distinct |
Definition at line 3590 of file parsenodes.h.
| SubTransactionId IndexStmt::oldCreateSubid |
Definition at line 3586 of file parsenodes.h.
| SubTransactionId IndexStmt::oldFirstRelfilelocatorSubid |
Definition at line 3587 of file parsenodes.h.
| RelFileNumber IndexStmt::oldNumber |
Definition at line 3585 of file parsenodes.h.
| List* IndexStmt::options |
Definition at line 3580 of file parsenodes.h.
| bool IndexStmt::primary |
Definition at line 3591 of file parsenodes.h.
| RangeVar* IndexStmt::relation |
Definition at line 3574 of file parsenodes.h.
| bool IndexStmt::reset_default_tblspc |
Definition at line 3599 of file parsenodes.h.
| char* IndexStmt::tableSpace |
Definition at line 3576 of file parsenodes.h.
| bool IndexStmt::transformed |
Definition at line 3596 of file parsenodes.h.
| NodeTag IndexStmt::type |
Definition at line 3572 of file parsenodes.h.
| bool IndexStmt::unique |
Definition at line 3589 of file parsenodes.h.
| Node* IndexStmt::whereClause |
Definition at line 3581 of file parsenodes.h.