Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PLpgSQL_plugin Struct Reference

#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)

Detailed Description

Definition at line 813 of file plpgsql.h.


Field Documentation

Definition at line 824 of file plpgsql.h.

Definition at line 823 of file plpgsql.h.

Definition at line 816 of file plpgsql.h.

Definition at line 819 of file plpgsql.h.

Referenced by exec_stmt().

Definition at line 820 of file plpgsql.h.

Referenced by exec_stmt().


The documentation for this struct was generated from the following file: