PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PLpgSQL_row Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_datum_type dtype
 
int dno
 
char * refname
 
int lineno
 
bool isconst
 
bool notnull
 
PLpgSQL_exprdefault_val
 
TupleDesc rowtupdesc
 
int nfields
 
char ** fieldnames
 
int * varnos
 

Detailed Description

Definition at line 385 of file plpgsql.h.

Field Documentation

◆ default_val

PLpgSQL_expr* PLpgSQL_row::default_val

Definition at line 393 of file plpgsql.h.

◆ dno

int PLpgSQL_row::dno

Definition at line 388 of file plpgsql.h.

Referenced by do_compile().

◆ dtype

PLpgSQL_datum_type PLpgSQL_row::dtype

Definition at line 387 of file plpgsql.h.

Referenced by build_row_from_vars(), and make_callstmt_target().

◆ fieldnames

char** PLpgSQL_row::fieldnames

Definition at line 404 of file plpgsql.h.

Referenced by build_row_from_vars(), and plpgsql_dumptree().

◆ isconst

bool PLpgSQL_row::isconst

Definition at line 391 of file plpgsql.h.

◆ lineno

int PLpgSQL_row::lineno

Definition at line 390 of file plpgsql.h.

Referenced by build_row_from_vars(), and make_callstmt_target().

◆ nfields

int PLpgSQL_row::nfields

◆ notnull

bool PLpgSQL_row::notnull

Definition at line 392 of file plpgsql.h.

◆ refname

char* PLpgSQL_row::refname

Definition at line 389 of file plpgsql.h.

Referenced by build_row_from_vars(), make_callstmt_target(), and plpgsql_dumptree().

◆ rowtupdesc

TupleDesc PLpgSQL_row::rowtupdesc

Definition at line 401 of file plpgsql.h.

Referenced by build_row_from_vars(), and exec_eval_datum().

◆ varnos

int* PLpgSQL_row::varnos

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