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 ISqlJetBackend
public java.lang.String getName()
getName
in interface ISqlJetBackend
public SqlJetSafetyLevel getSafetyLevel()
getSafetyLevel
in interface ISqlJetBackend
public void setSafetyLevel(SqlJetSafetyLevel safetyLevel)
safetyLevel
- the safetyLevel to setpublic ISqlJetSchema getSchema()
getSchema
in interface ISqlJetBackend
public SqlJetTransactionState getTransactionState()
getTransactionState
in interface ISqlJetBackend
public void setTransactionState(SqlJetTransactionState transactionState)
transactionState
- the transactionState to setCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.