PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 3449 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 3452 of file parsenodes.h.

◆ direction_keyword

FetchDirectionKeywords FetchStmt::direction_keyword

Definition at line 3465 of file parsenodes.h.

◆ ismove

bool FetchStmt::ismove

Definition at line 3458 of file parsenodes.h.

Referenced by FetchStatementTargetList().

◆ portalname

char* FetchStmt::portalname

Definition at line 3456 of file parsenodes.h.

Referenced by FetchStatementTargetList().

◆ type

NodeTag FetchStmt::type

Definition at line 3451 of file parsenodes.h.


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