|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
| int32 PLpgSQL_type::atttypmod |
Definition at line 220 of file plpgsql.h.
Referenced by exec_assign_value(), exec_eval_datum(), exec_stmt_fori(), exec_stmt_return_next(), plpgsql_build_datatype_arrayof(), plpgsql_dumptree(), and plpgsql_exec_get_datum_type_info().
| Oid PLpgSQL_type::collation |
Definition at line 218 of file plpgsql.h.
Referenced by plpgsql_build_datatype_arrayof(), and plpgsql_exec_get_datum_type_info().
| TypeCacheEntry* PLpgSQL_type::tcache |
| PLpgSQL_type_type PLpgSQL_type::ttype |
Definition at line 214 of file plpgsql.h.
Referenced by plpgsql_build_variable().
| bool PLpgSQL_type::typbyval |
Definition at line 216 of file plpgsql.h.
Referenced by exec_assign_value().
| bool PLpgSQL_type::typisarray |
Definition at line 219 of file plpgsql.h.
Referenced by exec_assign_value(), plpgsql_build_datatype_arrayof(), and plpgsql_exec_function().
| int16 PLpgSQL_type::typlen |
Definition at line 215 of file plpgsql.h.
Referenced by assign_simple_var(), exec_assign_value(), exec_set_found(), exec_stmt_return_next(), and plpgsql_exec_function().
| char* PLpgSQL_type::typname |
Definition at line 212 of file plpgsql.h.
Referenced by plpgsql_dumptree().
| Oid PLpgSQL_type::typoid |
Definition at line 213 of file plpgsql.h.
Referenced by exec_assign_value(), exec_eval_datum(), exec_stmt_fori(), exec_stmt_return(), exec_stmt_return_next(), plpgsql_build_datatype_arrayof(), plpgsql_build_variable(), plpgsql_dumptree(), plpgsql_exec_get_datum_type(), plpgsql_exec_get_datum_type_info(), plpgsql_param_eval_var(), plpgsql_param_eval_var_check(), plpgsql_param_eval_var_ro(), and plpgsql_param_eval_var_transfer().
| char PLpgSQL_type::typtype |
Definition at line 217 of file plpgsql.h.
Referenced by exec_move_row(), and exec_stmt_block().