org.tmatesoft.sqljet.core.table.engine
Interface ISqlJetEngineTransaction


public interface ISqlJetEngineTransaction

Interface for actions (closures) which will be performed atomically within transaction.


Method Summary
 java.lang.Object run(SqlJetEngine engine)
           
 

Method Detail

run

java.lang.Object run(SqlJetEngine engine)
                     throws SqlJetException
Throws:
SqlJetException