Interface ISqlJetEngineSynchronized
-
public interface ISqlJetEngineSynchronized
Interface for actions (closures) which will be performed atomically with locking of database mutex.- 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
runSynchronized(SqlJetEngine engine)
-
-
-
Method Detail
-
runSynchronized
java.lang.Object runSynchronized(SqlJetEngine engine) throws SqlJetException
- Throws:
SqlJetException
-
-