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

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_perform::cmd_type

Definition at line 528 of file plpgsql.h.

◆ expr

PLpgSQL_expr* PLpgSQL_stmt_perform::expr

Definition at line 531 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_perform::lineno

Definition at line 529 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_perform::stmtid

Definition at line 530 of file plpgsql.h.


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