be.SIRAPRISE.client
Class DDLCapture

java.lang.Object
  extended by be.SIRAPRISE.client.DDLCapture

public final class DDLCapture
extends java.lang.Object

Author:
Erwin

Field Summary
static DDLCapture OFF
           
static DDLCapture ON
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OFF

public static final DDLCapture OFF

ON

public static final DDLCapture ON
Method Detail

getDDLCapture

public static DDLCapture getDDLCapture(boolean b)
Gets the DDLCapture object corresponding to the specified capturing mode (ON/OFF for true/false, repsectively)

Parameters:
b - flag indicating which capturing mode is to be returned
Returns:
the DDLCapture object corresponding to the specified capturing mode (ON/OFF for true/false, repsectively)

isCapturingDDL

public boolean isCapturingDDL()
Checks whether this DDLCapture represents the "capturing ON" mode

Returns:
true if this DDLCapture object represents the ddl capturing mode in which ddl capturing is effectively performed

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object