public final class PlsqlBaseMethodAction
extends java.lang.Object
PlsqlBaseMethodAction.DO
.Modifier and Type | Field and Description |
---|---|
static PlsqlBaseMethodAction |
CHECK
Value for
CHECK action. |
static PlsqlBaseMethodAction |
DO
Value for
DO action. |
static PlsqlBaseMethodAction |
PREPARE
Value for
PREPARE action. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a
String representation of this class. |
public static final PlsqlBaseMethodAction CHECK
CHECK
action.public static final PlsqlBaseMethodAction DO
DO
action.public static final PlsqlBaseMethodAction PREPARE
PREPARE
action.