dbXML API

Package com.dbxml.db.core.trigger

Defines the dbXML Trigger interface and implements TriggerManager, several Trigger-related Exceptions and a Simple Trigger implementation.

See:
          Description

Interface Summary
Trigger Trigger represents a dbXML trigger.
 

Class Summary
SimpleTrigger SimpleTrigger
TriggerManager TriggerManager manages Trigger instances
 

Exception Summary
CancelOperationException A CancelOperationException is thrown by a Trigger implementation to cancel an operation.
CannotCreateException A CannotCreateException is thrown if a Trigger cannot be properly created in the server context for some reason.
DuplicateTriggerException A DuplicateTriggerException is thrown if an Trigger create attempt duplicates an existing Trigger.
TriggerException A TriggerException is thrown if an exception occurs in the lookup, or execution of a Trigger.
 

Package com.dbxml.db.core.trigger Description

Defines the dbXML Trigger interface and implements TriggerManager, several Trigger-related Exceptions and a Simple Trigger implementation.


dbXML API

Copyright (c) 2004 The dbXML Group