net.wgen.op.db.dbunit
Class SaveSetHandlingOption

java.lang.Object
  extended bynet.wgen.op.db.xform.HandlingOption
      extended bynet.wgen.op.db.dbunit.SaveSetHandlingOption

public class SaveSetHandlingOption
extends HandlingOption


Field Summary
 
Fields inherited from class net.wgen.op.db.xform.HandlingOption
PROP_CONNECTION_TYPE_MAP, PROP_LOB_HANDLER, PROP_ROW_TRANSFORMER, PROP_RS_KEY_TRANSFORM_CALLBACK, PROP_RS_VALUE_TRANSFORM_CALLBACK, PROP_TRUNCATE_AT_LENGTH_IN_CALL_TO_STRING, PROP_VALUE_TRANSFORM_CALLBACK
 
Constructor Summary
protected SaveSetHandlingOption()
           
 
Method Summary
 void postCall(java.lang.String contextTag, DatabaseCall call)
           
 void preCall(java.lang.String contextTag, DatabaseCall call)
           
 
Methods inherited from class net.wgen.op.db.xform.HandlingOption
equals, getName, getOutputTransformCallback, hashCode, processCallback, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaveSetHandlingOption

protected SaveSetHandlingOption()
Method Detail

preCall

public void preCall(java.lang.String contextTag,
                    DatabaseCall call)
Overrides:
preCall in class HandlingOption

postCall

public void postCall(java.lang.String contextTag,
                     DatabaseCall call)
Overrides:
postCall in class HandlingOption