PostgreSQL Source Code  git master
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 879 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_assert::cmd_type

Definition at line 881 of file plpgsql.h.

◆ cond

PLpgSQL_expr* PLpgSQL_stmt_assert::cond

Definition at line 884 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_assert::lineno

Definition at line 882 of file plpgsql.h.

◆ message

PLpgSQL_expr* PLpgSQL_stmt_assert::message

Definition at line 885 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_assert::stmtid

Definition at line 883 of file plpgsql.h.


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