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

Field Documentation

◆ argquery

PLpgSQL_expr* PLpgSQL_stmt_open::argquery

Definition at line 794 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_open::cmd_type

Definition at line 789 of file plpgsql.h.

◆ cursor_options

int PLpgSQL_stmt_open::cursor_options

Definition at line 793 of file plpgsql.h.

◆ curvar

int PLpgSQL_stmt_open::curvar

Definition at line 792 of file plpgsql.h.

◆ dynquery

PLpgSQL_expr* PLpgSQL_stmt_open::dynquery

Definition at line 796 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ lineno

int PLpgSQL_stmt_open::lineno

Definition at line 790 of file plpgsql.h.

◆ params

List* PLpgSQL_stmt_open::params

Definition at line 797 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ query

PLpgSQL_expr* PLpgSQL_stmt_open::query

Definition at line 795 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ stmtid

unsigned int PLpgSQL_stmt_open::stmtid

Definition at line 791 of file plpgsql.h.


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