Package org.tmatesoft.sqljet.core.table
Interface ISqlJetTransaction
-
public interface ISqlJetTransaction
Interface for actions (closures) which will be performed atomically within transaction.- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
run(SqlJetDb db)
-
-
-
Method Detail
-
run
java.lang.Object run(SqlJetDb db) throws SqlJetException
- Throws:
SqlJetException
-
-