| Package | Description |
|---|---|
| xyz.cofe.sql |
Пул соединений и поддержка работы с потоком SQL данных
|
| Modifier and Type | Field and Description |
|---|---|
protected QueryExecutor.Holdability |
QueryExecutor.holdability |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutor.Holdability |
QueryExecutor.getHoldability()
Указывает будут или нет доступны данные после закрытия транзакции
|
static QueryExecutor.Holdability |
QueryExecutor.Holdability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryExecutor.Holdability[] |
QueryExecutor.Holdability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecutor.setHoldability(QueryExecutor.Holdability holdability)
Указывает будут или нет доступны данные после закрытия транзакции
|
Copyright © 2019. All rights reserved.