|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Public Member Functions | |
| long howMany | pg_node_attr (query_jumble_ignore) |
| ParseLoc location | pg_node_attr (query_jumble_location) |
Data Fields | |
| NodeTag | type |
| FetchDirection | direction |
| char * | portalname |
| bool | ismove |
| FetchDirectionKeywords | direction_keyword |
Definition at line 3477 of file parsenodes.h.
| long howMany FetchStmt::pg_node_attr | ( | query_jumble_ignore | ) |
| ParseLoc location FetchStmt::pg_node_attr | ( | query_jumble_location | ) |
| FetchDirection FetchStmt::direction |
Definition at line 3480 of file parsenodes.h.
| FetchDirectionKeywords FetchStmt::direction_keyword |
Definition at line 3493 of file parsenodes.h.
| bool FetchStmt::ismove |
Definition at line 3486 of file parsenodes.h.
Referenced by FetchStatementTargetList().
| char* FetchStmt::portalname |
Definition at line 3484 of file parsenodes.h.
Referenced by FetchStatementTargetList().
| NodeTag FetchStmt::type |
Definition at line 3479 of file parsenodes.h.