#include <parsenodes.h>
Data Fields | |
NodeTag | type |
FetchDirection | direction |
long | howMany |
char * | portalname |
bool | ismove |
Definition at line 2052 of file parsenodes.h.
Definition at line 2055 of file parsenodes.h.
Referenced by PerformPortalFetch().
long FetchStmt::howMany |
Definition at line 2056 of file parsenodes.h.
Referenced by PerformPortalFetch().
Definition at line 2058 of file parsenodes.h.
Referenced by CreateCommandTag(), exec_simple_query(), FetchStatementTargetList(), PerformPortalFetch(), UtilityReturnsTuples(), and UtilityTupleDescriptor().
char* FetchStmt::portalname |
Definition at line 2057 of file parsenodes.h.
Referenced by exec_simple_query(), FetchStatementTargetList(), PerformPortalFetch(), UtilityReturnsTuples(), and UtilityTupleDescriptor().
Definition at line 2054 of file parsenodes.h.