PostgreSQL Source Code git master
PLpgSQL_stmt_execsql Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
PLpgSQL_exprsqlstmt
 
bool mod_stmt
 
bool mod_stmt_set
 
bool into
 
bool strict
 
PLpgSQL_variabletarget
 

Detailed Description

Definition at line 917 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_execsql::cmd_type

Definition at line 919 of file plpgsql.h.

Referenced by exec_stmt_forc(), and exec_stmt_open().

◆ into

bool PLpgSQL_stmt_execsql::into

Definition at line 925 of file plpgsql.h.

Referenced by exec_stmt_forc(), and exec_stmt_open().

◆ lineno

int PLpgSQL_stmt_execsql::lineno

Definition at line 920 of file plpgsql.h.

Referenced by exec_stmt_forc(), and exec_stmt_open().

◆ mod_stmt

bool PLpgSQL_stmt_execsql::mod_stmt

Definition at line 923 of file plpgsql.h.

◆ mod_stmt_set

bool PLpgSQL_stmt_execsql::mod_stmt_set

Definition at line 924 of file plpgsql.h.

◆ sqlstmt

PLpgSQL_expr* PLpgSQL_stmt_execsql::sqlstmt

Definition at line 922 of file plpgsql.h.

Referenced by exec_stmt_forc(), exec_stmt_open(), and plpgsql_statement_tree_walker_impl().

◆ stmtid

unsigned int PLpgSQL_stmt_execsql::stmtid

Definition at line 921 of file plpgsql.h.

◆ strict

bool PLpgSQL_stmt_execsql::strict

Definition at line 926 of file plpgsql.h.

◆ target

PLpgSQL_variable* PLpgSQL_stmt_execsql::target

Definition at line 927 of file plpgsql.h.

Referenced by exec_stmt_forc(), and exec_stmt_open().


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