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, isParentPartial
getSchema
getFullName, getLookupKey, getName
compareTo
getAttribute, getAttribute, getAttributes, removeAttribute, setAttribute
getRemarks, hasRemarks
getParent
String getActionCondition()
int getActionOrder()
ActionOrientationType getActionOrientation()
String getActionStatement()
ConditionTimingType getConditionTiming()
EventManipulationType getEventManipulationType()
Copyright ? 2000-2015 Sualeh Fatehi. All rights reserved.