org.tmatesoft.sqljet.core.internal.db
Class SqlJetBackend
java.lang.Object
org.tmatesoft.sqljet.core.internal.db.SqlJetBackend
- All Implemented Interfaces:
- ISqlJetBackend
public class SqlJetBackend
- extends java.lang.Object
- implements ISqlJetBackend
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlJetBackend
public SqlJetBackend(java.lang.String name,
ISqlJetBtree btree,
ISqlJetSchema schema)
getBtree
public ISqlJetBtree getBtree()
- Specified by:
getBtree
in interface ISqlJetBackend
getName
public java.lang.String getName()
- Specified by:
getName
in interface ISqlJetBackend
getSafetyLevel
public SqlJetSafetyLevel getSafetyLevel()
- Specified by:
getSafetyLevel
in interface ISqlJetBackend
setSafetyLevel
public void setSafetyLevel(SqlJetSafetyLevel safetyLevel)
- Parameters:
safetyLevel
- the safetyLevel to set
getSchema
public ISqlJetSchema getSchema()
- Specified by:
getSchema
in interface ISqlJetBackend
getTransactionState
public SqlJetTransactionState getTransactionState()
- Specified by:
getTransactionState
in interface ISqlJetBackend
setTransactionState
public void setTransactionState(SqlJetTransactionState transactionState)
- Parameters:
transactionState
- the transactionState to set