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 4072 of file parsenodes.h.

Field Documentation

◆ name

char* ExecuteStmt::name

Definition at line 4075 of file parsenodes.h.

Referenced by ExplainExecuteQuery(), and FetchStatementTargetList().

◆ params

List* ExecuteStmt::params

Definition at line 4076 of file parsenodes.h.

Referenced by ExplainExecuteQuery().

◆ type

NodeTag ExecuteStmt::type

Definition at line 4074 of file parsenodes.h.


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