Package | Description |
---|---|
oracle.javatools.db |
Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database.
|
Modifier and Type | Method and Description |
---|---|
Trigger.Timing |
Trigger.getTiming()
Deprecated.
Gets the timing (before/after) of the trigger.
|
static Trigger.Timing |
Trigger.Timing.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trigger.Timing[] |
Trigger.Timing.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
Trigger.getEvents(Trigger.BaseType type, Trigger.Timing timing)
Deprecated.
Returns the valie events for the given BaseType and Timing.
|
void |
Trigger.setTiming(Trigger.Timing timing)
Deprecated.
Sets the timing (before/after) of the trigger.
|