public final class DDLCapture
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DDLCapture |
OFF |
static DDLCapture |
ON |
Modifier and Type | Method and Description |
---|---|
static DDLCapture |
getDDLCapture(boolean b)
Gets the DDLCapture object corresponding to the specified capturing mode (ON/OFF for true/false, repsectively)
|
boolean |
isCapturingDDL()
Checks whether this DDLCapture represents the "capturing ON" mode
|
java.lang.String |
toString() |
public static final DDLCapture OFF
public static final DDLCapture ON
public static DDLCapture getDDLCapture(boolean b)
b
- flag indicating which capturing mode is to be returnedpublic boolean isCapturingDDL()
public java.lang.String toString()
toString
in class java.lang.Object