| Package | Description |
|---|---|
| com.googlecode.jinahya.sql |
| Modifier and Type | Method and Description |
|---|---|
static TransactionIsolationLevel |
TransactionIsolationLevel.fromConnection(Connection connection)
Returns the enum constant of this type with the specified connection's
current transaction isolation level.
|
static TransactionIsolationLevel |
TransactionIsolationLevel.fromFieldValue(int fieldValue)
Returns the enum constant of this type with the specified transaction
isolation level.
|
static TransactionIsolationLevel |
TransactionIsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionIsolationLevel[] |
TransactionIsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2013. All Rights Reserved.