PostgreSQL Source Code: DeclareCursorStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
char * portalname
int options
Node * query

Detailed Description

Definition at line 3387 of file parsenodes.h.

Field Documentation

options

int DeclareCursorStmt::options

Definition at line 3391 of file parsenodes.h.

Referenced by ExplainOneUtility(), and PerformCursorOpen().

portalname

char* DeclareCursorStmt::portalname

Definition at line 3390 of file parsenodes.h.

Referenced by PerformCursorOpen().

query

Node* DeclareCursorStmt::query

Definition at line 3392 of file parsenodes.h.

Referenced by ExplainOneUtility(), and PerformCursorOpen().

type

NodeTag DeclareCursorStmt::type

Definition at line 3389 of file parsenodes.h.


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