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.
|
Set<EventManipulationType> |
getEventManipulationTypes()
Gets the event manipulation types.
|
getShortName, isParentPartialgetSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetParentString getActionCondition()
int getActionOrder()
ActionOrientationType getActionOrientation()
String getActionStatement()
ConditionTimingType getConditionTiming()
Set<EventManipulationType> getEventManipulationTypes()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.