PostgreSQL Source Code  git master
PLpgSQL_stmt_close Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
int curvar
 

Detailed Description

Definition at line 794 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_close::cmd_type

Definition at line 796 of file plpgsql.h.

◆ curvar

int PLpgSQL_stmt_close::curvar

Definition at line 799 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_close::lineno

Definition at line 797 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_close::stmtid

Definition at line 798 of file plpgsql.h.


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