PostgreSQL Source Code git master
PLpgSQL_stmt_perform Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
PLpgSQL_exprexpr
 

Detailed Description

Definition at line 552 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_perform::cmd_type

Definition at line 554 of file plpgsql.h.

◆ expr

PLpgSQL_expr* PLpgSQL_stmt_perform::expr

Definition at line 557 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ lineno

int PLpgSQL_stmt_perform::lineno

Definition at line 555 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_perform::stmtid

Definition at line 556 of file plpgsql.h.


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