| Package | Description |
|---|---|
| xyz.cofe.sql |
| Modifier and Type | Field and Description |
|---|---|
protected TransactIsolation |
BasicDataSource.transactIsolation
Режим изоляции транзакций
|
| Modifier and Type | Method and Description |
|---|---|
TransactIsolation |
BasicDataSource.getTransactIsolation()
Указывает режим изоляции транзакций
|
static TransactIsolation |
TransactIsolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactIsolation[] |
TransactIsolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicDataSource.setTransactIsolation(TransactIsolation transactIsolation)
Указывает режим изоляции транзакций
|
Copyright © 2018. All rights reserved.