#include <plpgsql.h>
Data Fields | |
char * | typname |
Oid | typoid |
int | ttype |
int16 | typlen |
bool | typbyval |
Oid | typrelid |
Oid | typioparam |
Oid | collation |
FmgrInfo | typinput |
int32 | atttypmod |
Definition at line 163 of file plpgsql.h.
Definition at line 174 of file plpgsql.h.
Referenced by build_datatype(), exec_assign_value(), exec_eval_datum(), exec_get_datum_type_info(), exec_stmt_fori(), and plpgsql_dumptree().
Definition at line 172 of file plpgsql.h.
Referenced by build_datatype(), and exec_get_datum_type_info().
Definition at line 167 of file plpgsql.h.
Referenced by build_datatype(), do_compile(), and plpgsql_build_variable().
Definition at line 169 of file plpgsql.h.
Referenced by build_datatype(), and exec_assign_value().
Definition at line 173 of file plpgsql.h.
Referenced by build_datatype(), exec_assign_value(), exec_stmt_block(), and exec_stmt_fori().
Definition at line 171 of file plpgsql.h.
Referenced by build_datatype(), exec_assign_value(), and exec_stmt_fori().
Definition at line 168 of file plpgsql.h.
Referenced by build_datatype(), and exec_assign_value().
char* PLpgSQL_type::typname |
Definition at line 165 of file plpgsql.h.
Referenced by build_datatype(), and plpgsql_dumptree().
Definition at line 166 of file plpgsql.h.
Referenced by build_datatype(), exec_assign_value(), exec_eval_datum(), exec_get_datum_type(), exec_get_datum_type_info(), exec_stmt_case(), exec_stmt_fori(), exec_stmt_return(), exec_stmt_return_next(), plpgsql_build_variable(), plpgsql_dumptree(), and setup_param_list().
Definition at line 170 of file plpgsql.h.
Referenced by build_datatype(), and plpgsql_build_variable().