| Package | Description |
|---|---|
| xyz.cofe.sql |
Пул соединений и поддержка работы с потоком SQL данных
|
| Modifier and Type | Field and Description |
|---|---|
protected QueryExecutor.ResultSetType |
QueryExecutor.resultSetType |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutor.ResultSetType |
QueryExecutor.getResultSetType()
Указывает тип выборки
|
static QueryExecutor.ResultSetType |
QueryExecutor.ResultSetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryExecutor.ResultSetType[] |
QueryExecutor.ResultSetType.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.setResultSetType(QueryExecutor.ResultSetType resultSetType)
Указывает тип выборки
|
Copyright © 2019. All rights reserved.