PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
FetchDirection | direction |
long | howMany |
char * | portalname |
bool | ismove |
Definition at line 3178 of file parsenodes.h.
FetchDirection FetchStmt::direction |
Definition at line 3181 of file parsenodes.h.
long FetchStmt::howMany |
Definition at line 3182 of file parsenodes.h.
bool FetchStmt::ismove |
Definition at line 3184 of file parsenodes.h.
Referenced by FetchStatementTargetList().
char* FetchStmt::portalname |
Definition at line 3183 of file parsenodes.h.
Referenced by FetchStatementTargetList().
NodeTag FetchStmt::type |
Definition at line 3180 of file parsenodes.h.