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

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * portalname
 
int options
 
Nodequery
 

Detailed Description

Definition at line 3380 of file parsenodes.h.

Field Documentation

◆ options

int DeclareCursorStmt::options

Definition at line 3384 of file parsenodes.h.

Referenced by ExplainOneUtility(), and PerformCursorOpen().

◆ portalname

char* DeclareCursorStmt::portalname

Definition at line 3383 of file parsenodes.h.

Referenced by PerformCursorOpen().

◆ query

Node* DeclareCursorStmt::query

Definition at line 3385 of file parsenodes.h.

Referenced by ExplainOneUtility(), and PerformCursorOpen().

◆ type

NodeTag DeclareCursorStmt::type

Definition at line 3382 of file parsenodes.h.


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