PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
Oid | funcOid |
bool | isTrigger |
bool | isEventTrigger |
Oid | trigOid |
Oid | inputCollation |
Oid | argtypes [FUNC_MAX_ARGS] |
Oid PLpgSQL_func_hashkey::argtypes[FUNC_MAX_ARGS] |
Definition at line 950 of file plpgsql.h.
Referenced by compute_function_hashkey().
Oid PLpgSQL_func_hashkey::funcOid |
Definition at line 924 of file plpgsql.h.
Referenced by compute_function_hashkey().
Oid PLpgSQL_func_hashkey::inputCollation |
Definition at line 944 of file plpgsql.h.
Referenced by compute_function_hashkey().
bool PLpgSQL_func_hashkey::isEventTrigger |
Definition at line 927 of file plpgsql.h.
Referenced by compute_function_hashkey().
bool PLpgSQL_func_hashkey::isTrigger |
Definition at line 926 of file plpgsql.h.
Referenced by compute_function_hashkey().
Oid PLpgSQL_func_hashkey::trigOid |
Definition at line 937 of file plpgsql.h.
Referenced by compute_function_hashkey().