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

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
Listparams
 

Detailed Description

Definition at line 4133 of file parsenodes.h.

Field Documentation

◆ name

char* ExecuteStmt::name

Definition at line 4136 of file parsenodes.h.

Referenced by ExplainExecuteQuery(), and FetchStatementTargetList().

◆ params

List* ExecuteStmt::params

Definition at line 4137 of file parsenodes.h.

Referenced by ExplainExecuteQuery().

◆ type

NodeTag ExecuteStmt::type

Definition at line 4135 of file parsenodes.h.


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