Package | Description |
---|---|
net.sf.jkniv.sqlegance | |
net.sf.jkniv.sqlegance.builder.xml | |
net.sf.jkniv.sqlegance.statement |
Modifier and Type | Method and Description |
---|---|
ResultSetType |
Sql.getResultSetType() |
Modifier and Type | Method and Description |
---|---|
ResultSetType |
AbstractSqlTag.getResultSetType() |
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.setResultSetType(ResultSetType resultSetType) |
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 ResultSetType |
ResultSetType.get(String type) |
static ResultSetType |
ResultSetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetType[] |
ResultSetType.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.