#include <plpgsql.h>
Data Fields | |
int | dtype |
int | dno |
char * | refname |
int | lineno |
HeapTuple | tup |
TupleDesc | tupdesc |
bool | freetup |
bool | freetupdesc |
Definition at line 274 of file plpgsql.h.
int PLpgSQL_rec::dno |
Definition at line 277 of file plpgsql.h.
Referenced by do_compile(), dump_dynexecute(), dump_execsql(), dump_fetch(), exec_for_query(), exec_stmt_dynexecute(), exec_stmt_execsql(), and exec_stmt_fetch().
Definition at line 276 of file plpgsql.h.
Referenced by plpgsql_build_record().
Definition at line 283 of file plpgsql.h.
Referenced by exec_assign_value(), exec_move_row(), exec_stmt_block(), plpgsql_build_record(), and plpgsql_exec_trigger().
Definition at line 284 of file plpgsql.h.
Referenced by exec_move_row(), exec_stmt_block(), and plpgsql_exec_trigger().
Definition at line 279 of file plpgsql.h.
Referenced by plpgsql_build_record().
char* PLpgSQL_rec::refname |
Definition at line 278 of file plpgsql.h.
Referenced by dump_dynexecute(), dump_dynfors(), dump_execsql(), dump_fetch(), dump_forc(), dump_fors(), exec_assign_value(), exec_eval_datum(), exec_get_datum_type(), exec_get_datum_type_info(), exec_stmt_return_next(), and plpgsql_build_record().
Definition at line 281 of file plpgsql.h.
Referenced by exec_assign_value(), exec_eval_datum(), exec_move_row(), exec_stmt_block(), exec_stmt_return(), exec_stmt_return_next(), plpgsql_build_record(), and plpgsql_exec_trigger().
Definition at line 282 of file plpgsql.h.
Referenced by exec_assign_value(), exec_eval_datum(), exec_get_datum_type(), exec_get_datum_type_info(), exec_move_row(), exec_stmt_block(), exec_stmt_return(), exec_stmt_return_next(), plpgsql_build_record(), and plpgsql_exec_trigger().