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 2115 of file parsenodes.h.
bool SelectStmt::all |
Definition at line 2158 of file parsenodes.h.
List* SelectStmt::distinctClause |
Definition at line 2122 of file parsenodes.h.
Referenced by transformPLAssignStmt().
List* SelectStmt::fromClause |
Definition at line 2126 of file parsenodes.h.
Referenced by transformPLAssignStmt().
List* SelectStmt::groupClause |
Definition at line 2128 of file parsenodes.h.
Referenced by transformPLAssignStmt().
bool SelectStmt::groupDistinct |
Definition at line 2129 of file parsenodes.h.
Node* SelectStmt::havingClause |
Definition at line 2130 of file parsenodes.h.
Referenced by transformPLAssignStmt().
IntoClause* SelectStmt::intoClause |
Definition at line 2124 of file parsenodes.h.
Referenced by transformSetOperationStmt().
struct SelectStmt* SelectStmt::larg |
Definition at line 2159 of file parsenodes.h.
Referenced by transformSetOperationStmt().
Node* SelectStmt::limitCount |
Definition at line 2149 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformPLAssignStmt().
Node* SelectStmt::limitOffset |
Definition at line 2148 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformPLAssignStmt().
LimitOption SelectStmt::limitOption |
Definition at line 2150 of file parsenodes.h.
Referenced by transformPLAssignStmt().
List* SelectStmt::lockingClause |
Definition at line 2151 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformPLAssignStmt().
SetOperation SelectStmt::op |
Definition at line 2157 of file parsenodes.h.
Referenced by transformSetOperationStmt(), and transformStmt().
struct SelectStmt* SelectStmt::rarg |
Definition at line 2160 of file parsenodes.h.
List* SelectStmt::sortClause |
Definition at line 2147 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformPLAssignStmt().
List* SelectStmt::targetList |
Definition at line 2125 of file parsenodes.h.
Referenced by transformPLAssignStmt().
NodeTag SelectStmt::type |
Definition at line 2117 of file parsenodes.h.
List* SelectStmt::valuesLists |
Definition at line 2141 of file parsenodes.h.
Referenced by transformInsertStmt(), and transformStmt().
Node* SelectStmt::whereClause |
Definition at line 2127 of file parsenodes.h.
Referenced by transformPLAssignStmt().
List* SelectStmt::windowClause |
Definition at line 2131 of file parsenodes.h.
Referenced by transformPLAssignStmt().
WithClause* SelectStmt::withClause |
Definition at line 2152 of file parsenodes.h.
Referenced by transformInsertStmt().