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

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_close::cmd_type

Definition at line 822 of file plpgsql.h.

◆ curvar

int PLpgSQL_stmt_close::curvar

Definition at line 825 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_close::lineno

Definition at line 823 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_close::stmtid

Definition at line 824 of file plpgsql.h.


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