PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PLpgSQL_stmt_assert Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
PLpgSQL_exprcond
 
PLpgSQL_exprmessage
 

Detailed Description

Definition at line 901 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_assert::cmd_type

Definition at line 903 of file plpgsql.h.

◆ cond

PLpgSQL_expr* PLpgSQL_stmt_assert::cond

Definition at line 906 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ lineno

int PLpgSQL_stmt_assert::lineno

Definition at line 904 of file plpgsql.h.

◆ message

PLpgSQL_expr* PLpgSQL_stmt_assert::message

Definition at line 907 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ stmtid

unsigned int PLpgSQL_stmt_assert::stmtid

Definition at line 905 of file plpgsql.h.


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