| Package | Description |
|---|---|
| com.github.fabienbarbero.sql |
| Modifier and Type | Method and Description |
|---|---|
static SQLTransaction.IsolationLevel |
SQLTransaction.IsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLTransaction.IsolationLevel[] |
SQLTransaction.IsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLTransaction |
SQLTransaction.begin(Connection conn,
boolean readOnly,
SQLTransaction.IsolationLevel level)
Begin a new SQL transaction
|
static SQLTransaction |
SQLTransaction.begin(DataSource ds,
boolean readOnly,
SQLTransaction.IsolationLevel level)
Begin a new SQL transaction
|
Copyright © 2018. All rights reserved.