PostgreSQL Source Code  git master
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 907 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_dynexecute::cmd_type

Definition at line 909 of file plpgsql.h.

◆ into

bool PLpgSQL_stmt_dynexecute::into

Definition at line 913 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_dynexecute::lineno

Definition at line 910 of file plpgsql.h.

◆ params

List* PLpgSQL_stmt_dynexecute::params

Definition at line 916 of file plpgsql.h.

◆ query

PLpgSQL_expr* PLpgSQL_stmt_dynexecute::query

Definition at line 912 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_dynexecute::stmtid

Definition at line 911 of file plpgsql.h.

◆ strict

bool PLpgSQL_stmt_dynexecute::strict

Definition at line 914 of file plpgsql.h.

◆ target

PLpgSQL_variable* PLpgSQL_stmt_dynexecute::target

Definition at line 915 of file plpgsql.h.


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