Uses of Interface
org.postgresql.pljava.TriggerData

Packages that use TriggerData
org.postgresql.pljava   
org.postgresql.pljava.example   
org.postgresql.pljava.internal   
 

Uses of TriggerData in org.postgresql.pljava
 

Constructors in org.postgresql.pljava with parameters of type TriggerData
TriggerException(TriggerData td)
          Create an exception based on the TriggerData that was passed to the trigger method.
TriggerException(TriggerData td, String reason)
          Create an exception based on the TriggerData that was passed to the trigger method and an additional message.
 

Uses of TriggerData in org.postgresql.pljava.example
 

Methods in org.postgresql.pljava.example with parameters of type TriggerData
static void Triggers.afterUsernameInsert(TriggerData td)
           
static void Triggers.afterUsernameUpdate(TriggerData td)
           
static void Triggers.insertUsername(TriggerData td)
          insert user name in response to a trigger.
static void Triggers.leakStatements(TriggerData td)
           
static void Triggers.moddatetime(TriggerData td)
          Update a modification time when the row is updated.
 

Uses of TriggerData in org.postgresql.pljava.internal
 

Classes in org.postgresql.pljava.internal that implement TriggerData
 class TriggerData
          The TriggerData correspons to the internal PostgreSQL TriggerData.