public class SqlJetBackend extends java.lang.Object implements ISqlJetBackend
| Constructor and Description |
|---|
SqlJetBackend(java.lang.String name,
ISqlJetBtree btree,
ISqlJetSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
ISqlJetBtree |
getBtree() |
java.lang.String |
getName() |
SqlJetSafetyLevel |
getSafetyLevel() |
ISqlJetSchema |
getSchema() |
SqlJetTransactionState |
getTransactionState() |
void |
setSafetyLevel(SqlJetSafetyLevel safetyLevel) |
void |
setTransactionState(SqlJetTransactionState transactionState) |
public SqlJetBackend(java.lang.String name,
ISqlJetBtree btree,
ISqlJetSchema schema)
public ISqlJetBtree getBtree()
getBtree in interface ISqlJetBackendpublic java.lang.String getName()
getName in interface ISqlJetBackendpublic SqlJetSafetyLevel getSafetyLevel()
getSafetyLevel in interface ISqlJetBackendpublic void setSafetyLevel(SqlJetSafetyLevel safetyLevel)
safetyLevel - the safetyLevel to setpublic ISqlJetSchema getSchema()
getSchema in interface ISqlJetBackendpublic SqlJetTransactionState getTransactionState()
getTransactionState in interface ISqlJetBackendpublic void setTransactionState(SqlJetTransactionState transactionState)
transactionState - the transactionState to set