com.easyinsight.helper
Class TransactionTarget

java.lang.Object
  extended by com.easyinsight.helper.TransactionTarget

public class TransactionTarget
extends java.lang.Object

User: jamesboe Date: 12/28/10 Time: 12:57 PM


Method Summary
 void beginTransaction()
           
 void commit()
           
 void flush()
           
 DataRow newRow()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

beginTransaction

public void beginTransaction()

commit

public void commit()

rollback

public void rollback()

flush

public void flush()

newRow

public DataRow newRow()