PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | distinctClause |
IntoClause * | intoClause |
List * | targetList |
List * | fromClause |
Node * | whereClause |
List * | groupClause |
bool | groupDistinct |
Node * | havingClause |
List * | windowClause |
List * | valuesLists |
List * | sortClause |
Node * | limitOffset |
Node * | limitCount |
LimitOption | limitOption |
List * | lockingClause |
WithClause * | withClause |
SetOperation | op |
bool | all |
struct SelectStmt * | larg |
struct SelectStmt * | rarg |
Definition at line 1940 of file parsenodes.h.
bool SelectStmt::all |
Definition at line 1983 of file parsenodes.h.
List* SelectStmt::distinctClause |
Definition at line 1947 of file parsenodes.h.
Referenced by transformPLAssignStmt().
List* SelectStmt::fromClause |
Definition at line 1951 of file parsenodes.h.
Referenced by transformPLAssignStmt().
List* SelectStmt::groupClause |
Definition at line 1953 of file parsenodes.h.
Referenced by transformPLAssignStmt().
bool SelectStmt::groupDistinct |
Definition at line 1954 of file parsenodes.h.
Node* SelectStmt::havingClause |
Definition at line 1955 of file parsenodes.h.
Referenced by transformPLAssignStmt().
IntoClause* SelectStmt::intoClause |
Definition at line 1949 of file parsenodes.h.
Referenced by transformSetOperationStmt().
struct SelectStmt* SelectStmt::larg |
Definition at line 1984 of file parsenodes.h.
Referenced by transformSetOperationStmt().
Node* SelectStmt::limitCount |
Definition at line 1974 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformPLAssignStmt().
Node* SelectStmt::limitOffset |
Definition at line 1973 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformPLAssignStmt().
LimitOption SelectStmt::limitOption |
Definition at line 1975 of file parsenodes.h.
Referenced by transformPLAssignStmt().
List* SelectStmt::lockingClause |
Definition at line 1976 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformPLAssignStmt().
SetOperation SelectStmt::op |
Definition at line 1982 of file parsenodes.h.
Referenced by transformSetOperationStmt(), and transformStmt().
struct SelectStmt* SelectStmt::rarg |
Definition at line 1985 of file parsenodes.h.
List* SelectStmt::sortClause |
Definition at line 1972 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformPLAssignStmt().
List* SelectStmt::targetList |
Definition at line 1950 of file parsenodes.h.
Referenced by transformPLAssignStmt().
NodeTag SelectStmt::type |
Definition at line 1942 of file parsenodes.h.
List* SelectStmt::valuesLists |
Definition at line 1966 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformStmt().
Node* SelectStmt::whereClause |
Definition at line 1952 of file parsenodes.h.
Referenced by transformPLAssignStmt().
List* SelectStmt::windowClause |
Definition at line 1956 of file parsenodes.h.
Referenced by transformPLAssignStmt().
WithClause* SelectStmt::withClause |
Definition at line 1977 of file parsenodes.h.
Referenced by transformInsertStmt().