PostgreSQL Source Code  git master
ExecuteStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
Listparams
 

Detailed Description

Definition at line 4056 of file parsenodes.h.

Field Documentation

◆ name

char* ExecuteStmt::name

Definition at line 4059 of file parsenodes.h.

Referenced by ExplainExecuteQuery(), and FetchStatementTargetList().

◆ params

List* ExecuteStmt::params

Definition at line 4060 of file parsenodes.h.

Referenced by ExplainExecuteQuery().

◆ type

NodeTag ExecuteStmt::type

Definition at line 4058 of file parsenodes.h.


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