public interface ISqlJetDbHandle
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MASTER_NAME
Name of the master database table.
|
static int |
MASTER_ROOT
The root-page of the master database table.
|
static java.lang.String |
TEMP_MASTER_NAME |
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) |
static final java.lang.String MASTER_NAME
static final java.lang.String TEMP_MASTER_NAME
static final int MASTER_ROOT
ISqlJetConfig getConfig()
void setConfig(ISqlJetConfig config)
config
- ISqlJetFileSystem getFileSystem()
java.util.Set<SqlJetDbFlags> getFlags()
java.util.List<ISqlJetBackend> getBackends()
ISqlJetMutex getMutex()
ISqlJetBusyHandler getBusyHandler()
int getSavepointNum()
ISqlJetOptions getOptions()
void setOptions(ISqlJetOptions options)
void setBusyHandler(ISqlJetBusyHandler busyHandler)
busyHandler
- Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.