PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | name |
List * | params |
Definition at line 3917 of file parsenodes.h.
char* ExecuteStmt::name |
Definition at line 3920 of file parsenodes.h.
Referenced by errdetail_execute(), ExecuteQuery(), ExplainExecuteQuery(), FetchStatementTargetList(), GetCommandLogLevel(), UtilityReturnsTuples(), and UtilityTupleDescriptor().
List* ExecuteStmt::params |
Definition at line 3921 of file parsenodes.h.
Referenced by ExecuteQuery(), and ExplainExecuteQuery().
NodeTag ExecuteStmt::type |
Definition at line 3919 of file parsenodes.h.