public class SqlJetDbHandle extends java.lang.Object implements ISqlJetDbHandle
MASTER_NAME, MASTER_ROOT, TEMP_MASTER_NAME
Constructor and Description |
---|
SqlJetDbHandle() |
SqlJetDbHandle(ISqlJetFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ISqlJetBackend> |
getBackends() |
ISqlJetBusyHandler |
getBusyHandler() |
ISqlJetConfig |
getConfig()
Get config
|
ISqlJetFileSystem |
getFileSystem() |
java.util.Set<SqlJetDbFlags> |
getFlags() |
ISqlJetMutex |
getMutex() |
ISqlJetOptions |
getOptions() |
int |
getSavepointNum() |
void |
setBusyHandler(ISqlJetBusyHandler busyHandler) |
void |
setConfig(ISqlJetConfig config)
Set config
|
void |
setOptions(ISqlJetOptions options) |
public SqlJetDbHandle()
public SqlJetDbHandle(ISqlJetFileSystem fs)
public java.util.List<ISqlJetBackend> getBackends()
getBackends
in interface ISqlJetDbHandle
public ISqlJetBusyHandler getBusyHandler()
getBusyHandler
in interface ISqlJetDbHandle
public void setBusyHandler(ISqlJetBusyHandler busyHandler)
setBusyHandler
in interface ISqlJetDbHandle
busyHandler
- the busyHandler to setpublic ISqlJetConfig getConfig()
ISqlJetDbHandle
getConfig
in interface ISqlJetDbHandle
public ISqlJetFileSystem getFileSystem()
getFileSystem
in interface ISqlJetDbHandle
public java.util.Set<SqlJetDbFlags> getFlags()
getFlags
in interface ISqlJetDbHandle
public ISqlJetMutex getMutex()
getMutex
in interface ISqlJetDbHandle
public int getSavepointNum()
getSavepointNum
in interface ISqlJetDbHandle
public void setConfig(ISqlJetConfig config)
ISqlJetDbHandle
setConfig
in interface ISqlJetDbHandle
public ISqlJetOptions getOptions()
getOptions
in interface ISqlJetDbHandle
public void setOptions(ISqlJetOptions options)
setOptions
in interface ISqlJetDbHandle
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.