|
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 3449 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 3452 of file parsenodes.h.
| FetchDirectionKeywords FetchStmt::direction_keyword |
Definition at line 3465 of file parsenodes.h.
| bool FetchStmt::ismove |
Definition at line 3458 of file parsenodes.h.
Referenced by FetchStatementTargetList().
| char* FetchStmt::portalname |
Definition at line 3456 of file parsenodes.h.
Referenced by FetchStatementTargetList().
| NodeTag FetchStmt::type |
Definition at line 3451 of file parsenodes.h.