PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_datum_type | dtype |
int | dno |
char * | refname |
int | lineno |
bool | isconst |
bool | notnull |
PLpgSQL_expr * | default_val |
TupleDesc | rowtupdesc |
int | nfields |
char ** | fieldnames |
int * | varnos |
PLpgSQL_expr* PLpgSQL_row::default_val |
int PLpgSQL_row::dno |
Definition at line 366 of file plpgsql.h.
Referenced by do_compile().
PLpgSQL_datum_type PLpgSQL_row::dtype |
Definition at line 365 of file plpgsql.h.
Referenced by build_row_from_vars(), and make_callstmt_target().
char** PLpgSQL_row::fieldnames |
Definition at line 382 of file plpgsql.h.
Referenced by build_row_from_vars(), and plpgsql_dumptree().
int PLpgSQL_row::lineno |
Definition at line 368 of file plpgsql.h.
Referenced by build_row_from_vars(), and make_callstmt_target().
int PLpgSQL_row::nfields |
Definition at line 381 of file plpgsql.h.
Referenced by build_row_from_vars(), exec_move_row_from_fields(), make_callstmt_target(), make_tuple_from_row(), and plpgsql_dumptree().
char* PLpgSQL_row::refname |
Definition at line 367 of file plpgsql.h.
Referenced by build_row_from_vars(), make_callstmt_target(), and plpgsql_dumptree().
TupleDesc PLpgSQL_row::rowtupdesc |
Definition at line 379 of file plpgsql.h.
Referenced by build_row_from_vars(), and exec_eval_datum().
int* PLpgSQL_row::varnos |
Definition at line 383 of file plpgsql.h.
Referenced by build_row_from_vars(), exec_move_row_from_fields(), make_callstmt_target(), make_tuple_from_row(), and plpgsql_dumptree().