PostgreSQL Source Code  git master
PLpgSQL_variable Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_datum_type dtype
 
int dno
 
char * refname
 
int lineno
 
bool isconst
 
bool notnull
 
PLpgSQL_exprdefault_val
 

Detailed Description

Definition at line 287 of file plpgsql.h.

Field Documentation

◆ default_val

PLpgSQL_expr* PLpgSQL_variable::default_val

Definition at line 295 of file plpgsql.h.

◆ dno

int PLpgSQL_variable::dno

Definition at line 290 of file plpgsql.h.

Referenced by build_row_from_vars(), do_compile(), and plpgsql_compile_inline().

◆ dtype

◆ isconst

bool PLpgSQL_variable::isconst

Definition at line 293 of file plpgsql.h.

Referenced by build_row_from_vars().

◆ lineno

int PLpgSQL_variable::lineno

Definition at line 292 of file plpgsql.h.

Referenced by plpgsql_exec_error_callback().

◆ notnull

bool PLpgSQL_variable::notnull

Definition at line 294 of file plpgsql.h.

Referenced by exec_stmt_block().

◆ refname

char* PLpgSQL_variable::refname

Definition at line 291 of file plpgsql.h.

Referenced by build_row_from_vars().


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