public interface Trigger extends DependantObject<Table>
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.lang.String |
getActionStatement()
Gets the body of the trigger.
|
ConditionTimingType |
getConditionTiming()
Gets the condition timing.
|
EventManipulationType |
getEventManipulationType()
Gets the event manipulation type.
|
getShortName, isParentPartialgetSchemagetFullName, getName, toUniqueLookupKeygetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarksgetParentjava.lang.String getActionCondition()
int getActionOrder()
ActionOrientationType getActionOrientation()
java.lang.String getActionStatement()
ConditionTimingType getConditionTiming()
EventManipulationType getEventManipulationType()
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.