public interface Trigger extends DependantObject<Table>
Modifier and Type | Method and Description |
---|---|
String |
getActionCondition()
Gets the WHEN clause of the trigger.
|
int |
getActionOrder()
Gets the action order.
|
ActionOrientationType |
getActionOrientation()
Gets whether the trigger is a row trigger or a statement trigger.
|
String |
getActionStatement()
Gets the body of the trigger.
|
ConditionTimingType |
getConditionTiming()
Gets the condition timing.
|
EventManipulationType |
getEventManipulationType()
Gets the event manipulation type.
|
getShortName
getSchema
getAttribute, getAttribute, getAttributes, getRemarks, hasRemarks, removeAttribute, setAttribute
getFullName, getLookupKey, getName
compareTo
getParent
String getActionCondition()
int getActionOrder()
ActionOrientationType getActionOrientation()
String getActionStatement()
ConditionTimingType getConditionTiming()
EventManipulationType getEventManipulationType()
Copyright © 2000-2014 Sualeh Fatehi. All rights reserved.