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

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
PLpgSQL_exprquery
 
bool into
 
bool strict
 
PLpgSQL_variabletarget
 
Listparams
 

Detailed Description

Definition at line 929 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_dynexecute::cmd_type

Definition at line 931 of file plpgsql.h.

◆ into

bool PLpgSQL_stmt_dynexecute::into

Definition at line 935 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_dynexecute::lineno

Definition at line 932 of file plpgsql.h.

◆ params

List* PLpgSQL_stmt_dynexecute::params

Definition at line 938 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ query

PLpgSQL_expr* PLpgSQL_stmt_dynexecute::query

Definition at line 934 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ stmtid

unsigned int PLpgSQL_stmt_dynexecute::stmtid

Definition at line 933 of file plpgsql.h.

◆ strict

bool PLpgSQL_stmt_dynexecute::strict

Definition at line 936 of file plpgsql.h.

◆ target

PLpgSQL_variable* PLpgSQL_stmt_dynexecute::target

Definition at line 937 of file plpgsql.h.


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