Uses of Class
org.jcreme.sql.IsolationLevel

Packages that use IsolationLevel
org.jcreme.sql   
 

Uses of IsolationLevel in org.jcreme.sql
 

Fields in org.jcreme.sql declared as IsolationLevel
static IsolationLevel IsolationLevel.NONE
          The 'NONE' isolation level.
static IsolationLevel IsolationLevel.READ_COMMITTED
          The 'READ_COMMITTED' isolation level.
static IsolationLevel IsolationLevel.READ_UNCOMMITTED
          The 'READ_UNCOMMITTED' isolation level.
static IsolationLevel IsolationLevel.REPEATABLE_READ
          The 'REPEATABLE_READ' isolation level.
static IsolationLevel IsolationLevel.SERIALIZABLE
          The 'SERIALIZABLE' isolation level.
 

Methods in org.jcreme.sql that return IsolationLevel
static IsolationLevel IsolationLevel.get(java.lang.String name)
          Retrieves the IsolationLevel that corresponds to the given name.
static IsolationLevel IsolationLevel.get(java.lang.Integer value)
          Retrieves the IsolationLevel that corresponds to the given id.
 

Methods in org.jcreme.sql with parameters of type IsolationLevel
 void ConnectionPool.setTransactionIsolation(IsolationLevel isolationLevel)
          This method enables to change the isolation level used in the ConnectionPool.
 void CremeDriver.setTransactionIsolation(IsolationLevel isolationLevel)
           
 void WrappedConnectionPool.setTransactionIsolation(IsolationLevel isolationLevel)
          This method enables to change the isolation level used in the ConnectionPool.
 

Constructors in org.jcreme.sql with parameters of type IsolationLevel
CremeDriver(int minPoolSize, int maxPoolSize, IsolationLevel isolationLevel)
          Creates a new instance of PoolingDriver
WrappedConnectionPool(int minSize, int maxSize, java.lang.String url, java.util.Properties properties, IsolationLevel isolationLevel)
           
 



Copyright 2006 null. All Rights Reserved.