Package | Description |
---|---|
net.sf.jkniv.sqlegance | |
net.sf.jkniv.sqlegance.builder.xml | |
net.sf.jkniv.sqlegance.statement |
Modifier and Type | Method and Description |
---|---|
ResultSetHoldability |
Sql.getResultSetHoldability() |
Modifier and Type | Method and Description |
---|---|
ResultSetHoldability |
AbstractSqlTag.getResultSetHoldability() |
Modifier and Type | Method and Description |
---|---|
static Selectable |
TagFactory.newSelect(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
String cache,
ResultSetType resultSetType,
ResultSetConcurrency resultSetConcurrency,
ResultSetHoldability resultSetHoldability,
String returnType,
String groupBy,
ValidateType validateType,
Statistical stats)
Build a new
select tag from XML file. |
void |
AbstractSqlTag.setResultSetHoldability(ResultSetHoldability resultSetHoldability) |
Constructor and Description |
---|
AbstractSqlTag(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ResultSetType resultSetType,
ResultSetConcurrency resultSetConcurrency,
ResultSetHoldability resultSetHoldability,
String returnType,
ValidateType validateType,
Statistical stats)
Build a new SQL tag from XML file.
|
Modifier and Type | Method and Description |
---|---|
static ResultSetHoldability |
ResultSetHoldability.get(String type) |
static ResultSetHoldability |
ResultSetHoldability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetHoldability[] |
ResultSetHoldability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.