#include <plpgsql.h>
Data Fields | |
int | dtype |
int | dno |
char * | refname |
int | lineno |
TupleDesc | rowtupdesc |
int | nfields |
char ** | fieldnames |
int * | varnos |
Definition at line 252 of file plpgsql.h.
int PLpgSQL_row::dno |
Definition at line 255 of file plpgsql.h.
Referenced by dump_dynexecute(), dump_execsql(), dump_fetch(), exec_for_query(), exec_stmt_dynexecute(), exec_stmt_execsql(), and exec_stmt_fetch().
Definition at line 254 of file plpgsql.h.
Referenced by build_row_from_class(), build_row_from_vars(), and plpgsql_build_variable().
char** PLpgSQL_row::fieldnames |
Definition at line 269 of file plpgsql.h.
Referenced by build_row_from_class(), build_row_from_vars(), plpgsql_dumptree(), plpgsql_parse_dblword(), plpgsql_parse_tripword(), and resolve_column_ref().
Definition at line 257 of file plpgsql.h.
Referenced by plpgsql_build_variable().
Definition at line 268 of file plpgsql.h.
Referenced by build_row_from_class(), build_row_from_vars(), exec_move_row(), make_tuple_from_row(), plpgsql_dumptree(), plpgsql_parse_dblword(), plpgsql_parse_tripword(), and resolve_column_ref().
char* PLpgSQL_row::refname |
Definition at line 256 of file plpgsql.h.
Referenced by dump_dynexecute(), dump_dynfors(), dump_execsql(), dump_fetch(), dump_fors(), plpgsql_build_variable(), and plpgsql_dumptree().
Definition at line 259 of file plpgsql.h.
Referenced by build_row_from_class(), build_row_from_vars(), exec_eval_datum(), exec_get_datum_type(), exec_get_datum_type_info(), and exec_stmt_return().
int* PLpgSQL_row::varnos |
Definition at line 270 of file plpgsql.h.
Referenced by build_row_from_class(), build_row_from_vars(), exec_move_row(), make_tuple_from_row(), plpgsql_dumptree(), plpgsql_parse_dblword(), plpgsql_parse_tripword(), and resolve_column_ref().