#include <plpgsql.h>
Data Fields | |
void(* | func_setup )(PLpgSQL_execstate *estate, PLpgSQL_function *func) |
void(* | func_beg )(PLpgSQL_execstate *estate, PLpgSQL_function *func) |
void(* | func_end )(PLpgSQL_execstate *estate, PLpgSQL_function *func) |
void(* | stmt_beg )(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt) |
void(* | stmt_end )(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt) |
void(* | error_callback )(void *arg) |
void(* | assign_expr )(PLpgSQL_execstate *estate, PLpgSQL_datum *target, PLpgSQL_expr *expr) |
Definition at line 813 of file plpgsql.h.
void(* PLpgSQL_plugin::assign_expr)(PLpgSQL_execstate *estate, PLpgSQL_datum *target, PLpgSQL_expr *expr) |
void(* PLpgSQL_plugin::error_callback)(void *arg) |
void(* PLpgSQL_plugin::func_beg)(PLpgSQL_execstate *estate, PLpgSQL_function *func) |
Definition at line 817 of file plpgsql.h.
Referenced by plpgsql_exec_event_trigger(), plpgsql_exec_function(), and plpgsql_exec_trigger().
void(* PLpgSQL_plugin::func_end)(PLpgSQL_execstate *estate, PLpgSQL_function *func) |
Definition at line 818 of file plpgsql.h.
Referenced by plpgsql_exec_event_trigger(), plpgsql_exec_function(), and plpgsql_exec_trigger().
void(* PLpgSQL_plugin::func_setup)(PLpgSQL_execstate *estate, PLpgSQL_function *func) |
void(* PLpgSQL_plugin::stmt_beg)(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt) |
Definition at line 819 of file plpgsql.h.
Referenced by exec_stmt().
void(* PLpgSQL_plugin::stmt_end)(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt) |
Definition at line 820 of file plpgsql.h.
Referenced by exec_stmt().