Uses of Interface
org.postgresql.pljava.TriggerData
Packages that use TriggerData
Package
Description
The PL/Java API for use in writing database procedures, functions, and types
using PL/Java.
-
Uses of TriggerData in org.postgresql.pljava
Constructors in org.postgresql.pljava with parameters of type TriggerDataModifierConstructorDescriptionCreate an exception based on theTriggerData
that was passed to the trigger method.TriggerException
(TriggerData td, String reason) Create an exception based on theTriggerData
that was passed to the trigger method and an additional message.