PostgreSQL Source Code git master
FetchStmt Struct Reference

#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
 

Detailed Description

Definition at line 3477 of file parsenodes.h.

Member Function Documentation

◆ pg_node_attr() [1/2]

long howMany FetchStmt::pg_node_attr ( query_jumble_ignore  )

◆ pg_node_attr() [2/2]

ParseLoc location FetchStmt::pg_node_attr ( query_jumble_location  )

Field Documentation

◆ direction

FetchDirection FetchStmt::direction

Definition at line 3480 of file parsenodes.h.

◆ direction_keyword

FetchDirectionKeywords FetchStmt::direction_keyword

Definition at line 3493 of file parsenodes.h.

◆ ismove

bool FetchStmt::ismove

Definition at line 3486 of file parsenodes.h.

Referenced by FetchStatementTargetList().

◆ portalname

char* FetchStmt::portalname

Definition at line 3484 of file parsenodes.h.

Referenced by FetchStatementTargetList().

◆ type

NodeTag FetchStmt::type

Definition at line 3479 of file parsenodes.h.


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