SQLJet Home

org.tmatesoft.sqljet.core.table
Interface ISqlJetRunnableWithLock


public interface ISqlJetRunnableWithLock

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
 java.lang.Object runWithLock(SqlJetDb db)
           
 

Method Detail

runWithLock

java.lang.Object runWithLock(SqlJetDb db)
                             throws SqlJetException
Throws:
SqlJetException

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.