org.tmatesoft.sqljet.core.internal.db
Class SqlJetDbHandle
java.lang.Object
org.tmatesoft.sqljet.core.internal.db.SqlJetDbHandle
- All Implemented Interfaces:
- ISqlJetDbHandle
public class SqlJetDbHandle
- extends java.lang.Object
- implements ISqlJetDbHandle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlJetDbHandle
public SqlJetDbHandle()
SqlJetDbHandle
public SqlJetDbHandle(ISqlJetFileSystem fs)
getBackends
public java.util.List<ISqlJetBackend> getBackends()
- Specified by:
getBackends in interface ISqlJetDbHandle
getBusyHandler
public ISqlJetBusyHandler getBusyHandler()
- Specified by:
getBusyHandler in interface ISqlJetDbHandle
- Returns:
setBusyHandler
public void setBusyHandler(ISqlJetBusyHandler busyHandler)
- Specified by:
setBusyHandler in interface ISqlJetDbHandle
- Parameters:
busyHandler - the busyHandler to set
getConfig
public ISqlJetConfig getConfig()
- Description copied from interface:
ISqlJetDbHandle
- Get config
- Specified by:
getConfig in interface ISqlJetDbHandle
- Returns:
getFileSystem
public ISqlJetFileSystem getFileSystem()
- Specified by:
getFileSystem in interface ISqlJetDbHandle
- Returns:
getFlags
public java.util.Set<SqlJetDbFlags> getFlags()
- Specified by:
getFlags in interface ISqlJetDbHandle
- Returns:
getMutex
public ISqlJetMutex getMutex()
- Specified by:
getMutex in interface ISqlJetDbHandle
getSavepointNum
public int getSavepointNum()
- Specified by:
getSavepointNum in interface ISqlJetDbHandle
- Returns:
setConfig
public void setConfig(ISqlJetConfig config)
- Description copied from interface:
ISqlJetDbHandle
- Set config
- Specified by:
setConfig in interface ISqlJetDbHandle
getOptions
public ISqlJetOptions getOptions()
- Specified by:
getOptions in interface ISqlJetDbHandle
setOptions
public void setOptions(ISqlJetOptions options)
- Specified by:
setOptions in interface ISqlJetDbHandle