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 ISqlJetDbHandlepublic ISqlJetBusyHandler getBusyHandler()
getBusyHandler in interface ISqlJetDbHandlepublic void setBusyHandler(ISqlJetBusyHandler busyHandler)
setBusyHandler in interface ISqlJetDbHandlebusyHandler - the busyHandler to setpublic ISqlJetConfig getConfig()
ISqlJetDbHandlegetConfig in interface ISqlJetDbHandlepublic ISqlJetFileSystem getFileSystem()
getFileSystem in interface ISqlJetDbHandlepublic java.util.Set<SqlJetDbFlags> getFlags()
getFlags in interface ISqlJetDbHandlepublic ISqlJetMutex getMutex()
getMutex in interface ISqlJetDbHandlepublic int getSavepointNum()
getSavepointNum in interface ISqlJetDbHandlepublic void setConfig(ISqlJetConfig config)
ISqlJetDbHandlesetConfig in interface ISqlJetDbHandlepublic ISqlJetOptions getOptions()
getOptions in interface ISqlJetDbHandlepublic void setOptions(ISqlJetOptions options)
setOptions in interface ISqlJetDbHandle