PostgreSQL Source Code git master
PLpgSQL_stmt_call Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
PLpgSQL_exprexpr
 
bool is_call
 
PLpgSQL_variabletarget
 

Detailed Description

Definition at line 563 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_call::cmd_type

Definition at line 565 of file plpgsql.h.

◆ expr

PLpgSQL_expr* PLpgSQL_stmt_call::expr

Definition at line 568 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ is_call

bool PLpgSQL_stmt_call::is_call

Definition at line 569 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_call::lineno

Definition at line 566 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_call::stmtid

Definition at line 567 of file plpgsql.h.

◆ target

PLpgSQL_variable* PLpgSQL_stmt_call::target

Definition at line 570 of file plpgsql.h.


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