PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FetchStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
FetchDirection direction
 
long howMany
 
char * portalname
 
bool ismove
 

Detailed Description

Definition at line 3415 of file parsenodes.h.

Field Documentation

◆ direction

FetchDirection FetchStmt::direction

Definition at line 3418 of file parsenodes.h.

◆ howMany

long FetchStmt::howMany

Definition at line 3419 of file parsenodes.h.

◆ ismove

bool FetchStmt::ismove

Definition at line 3421 of file parsenodes.h.

Referenced by FetchStatementTargetList().

◆ portalname

char* FetchStmt::portalname

Definition at line 3420 of file parsenodes.h.

Referenced by FetchStatementTargetList().

◆ type

NodeTag FetchStmt::type

Definition at line 3417 of file parsenodes.h.


The documentation for this struct was generated from the following file: