PostgreSQL Source Code  git master
PLpgSQL_stmt_open Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
int curvar
 
int cursor_options
 
PLpgSQL_exprargquery
 
PLpgSQL_exprquery
 
PLpgSQL_exprdynquery
 
Listparams
 

Detailed Description

Definition at line 761 of file plpgsql.h.

Field Documentation

◆ argquery

PLpgSQL_expr* PLpgSQL_stmt_open::argquery

Definition at line 768 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_open::cmd_type

Definition at line 763 of file plpgsql.h.

◆ cursor_options

int PLpgSQL_stmt_open::cursor_options

Definition at line 767 of file plpgsql.h.

◆ curvar

int PLpgSQL_stmt_open::curvar

Definition at line 766 of file plpgsql.h.

◆ dynquery

PLpgSQL_expr* PLpgSQL_stmt_open::dynquery

Definition at line 770 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_open::lineno

Definition at line 764 of file plpgsql.h.

◆ params

List* PLpgSQL_stmt_open::params

Definition at line 771 of file plpgsql.h.

◆ query

PLpgSQL_expr* PLpgSQL_stmt_open::query

Definition at line 769 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_open::stmtid

Definition at line 765 of file plpgsql.h.


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