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 537 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_call::cmd_type

Definition at line 539 of file plpgsql.h.

◆ expr

PLpgSQL_expr* PLpgSQL_stmt_call::expr

Definition at line 542 of file plpgsql.h.

◆ is_call

bool PLpgSQL_stmt_call::is_call

Definition at line 543 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_call::lineno

Definition at line 540 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_call::stmtid

Definition at line 541 of file plpgsql.h.

◆ target

PLpgSQL_variable* PLpgSQL_stmt_call::target

Definition at line 544 of file plpgsql.h.


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