org.tmatesoft.sqljet.core.internal.db
Class SqlJetBackend

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.db.SqlJetBackend
All Implemented Interfaces:
ISqlJetBackend

public class SqlJetBackend
extends java.lang.Object
implements ISqlJetBackend


Constructor Summary
SqlJetBackend(java.lang.String name, ISqlJetBtree btree, ISqlJetSchema schema)
           
 
Method Summary
 ISqlJetBtree getBtree()
           
 java.lang.String getName()
           
 SqlJetSafetyLevel getSafetyLevel()
           
 ISqlJetSchema getSchema()
           
 SqlJetTransactionState getTransactionState()
           
 void setSafetyLevel(SqlJetSafetyLevel safetyLevel)
           
 void setTransactionState(SqlJetTransactionState transactionState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlJetBackend

public SqlJetBackend(java.lang.String name,
                     ISqlJetBtree btree,
                     ISqlJetSchema schema)
Method Detail

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