org.apache.derby.impl.sql.execute
Class TriggerEvents

java.lang.Object
  extended by org.apache.derby.impl.sql.execute.TriggerEvents

public class TriggerEvents
extends java.lang.Object

Static final trigger events. One for each known trigger event. Use these rather than constructing a new TriggerEvent.


Field Summary
static TriggerEvent AFTER_DELETE
           
static TriggerEvent AFTER_INSERT
           
static TriggerEvent AFTER_UPDATE
           
static TriggerEvent BEFORE_DELETE
           
static TriggerEvent BEFORE_INSERT
           
static TriggerEvent BEFORE_UPDATE
           
 
Constructor Summary
TriggerEvents()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEFORE_INSERT

public static final TriggerEvent BEFORE_INSERT

BEFORE_DELETE

public static final TriggerEvent BEFORE_DELETE

BEFORE_UPDATE

public static final TriggerEvent BEFORE_UPDATE

AFTER_INSERT

public static final TriggerEvent AFTER_INSERT

AFTER_DELETE

public static final TriggerEvent AFTER_DELETE

AFTER_UPDATE

public static final TriggerEvent AFTER_UPDATE
Constructor Detail

TriggerEvents

public TriggerEvents()

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.