Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PLpgSQL_var Struct Reference

#include <plpgsql.h>

Data Fields

int dtype
int dno
char * refname
int lineno
PLpgSQL_typedatatype
int isconst
int notnull
PLpgSQL_exprdefault_val
PLpgSQL_exprcursor_explicit_expr
int cursor_explicit_argrow
int cursor_options
Datum value
bool isnull
bool freeval

Detailed Description

Definition at line 231 of file plpgsql.h.


Field Documentation

Definition at line 243 of file plpgsql.h.

Referenced by exec_stmt_forc(), exec_stmt_open(), and plpgsql_dumptree().

Definition at line 244 of file plpgsql.h.

Referenced by exec_stmt_forc(), and exec_stmt_open().

Definition at line 241 of file plpgsql.h.

Referenced by exec_stmt_block(), plpgsql_dumptree(), and plpgsql_free_function_memory().

Definition at line 234 of file plpgsql.h.

Referenced by exec_stmt_fori().

Definition at line 233 of file plpgsql.h.

Referenced by plpgsql_build_variable().

Definition at line 239 of file plpgsql.h.

Referenced by plpgsql_dumptree().

Definition at line 236 of file plpgsql.h.

Referenced by plpgsql_build_variable().

Definition at line 240 of file plpgsql.h.

Referenced by exec_assign_value(), exec_stmt_block(), and plpgsql_dumptree().


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