PostgreSQL Source Code  git master
PLpgSQL_stmt_rollback Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
bool chain
 

Detailed Description

Definition at line 561 of file plpgsql.h.

Field Documentation

◆ chain

bool PLpgSQL_stmt_rollback::chain

Definition at line 566 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_rollback::cmd_type

Definition at line 563 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_rollback::lineno

Definition at line 564 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_rollback::stmtid

Definition at line 565 of file plpgsql.h.


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