| Package | Description |
|---|---|
| net.sf.jkniv.sqlegance | |
| net.sf.jkniv.sqlegance.builder.xml | |
| net.sf.jkniv.sqlegance.transaction |
| Modifier and Type | Method and Description |
|---|---|
Isolation |
Sql.getIsolation()
Retrieves the current transaction isolation level for the query.
|
| Modifier and Type | Method and Description |
|---|---|
Isolation |
AbstractSqlTag.getIsolation() |
| Modifier and Type | Method and Description |
|---|---|
static Deletable |
TagFactory.newDelete(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
static Insertable |
TagFactory.newInsert(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
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. |
static Updateable |
TagFactory.newUpdate(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
void |
AbstractSqlTag.setIsolation(Isolation isolation) |
| 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.
|
AbstractSqlTag(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats)
Build a new SQL tag from XML file.
|
ProcedureTag(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats)
Build a new
procedure tag from XML file. |
| Modifier and Type | Method and Description |
|---|---|
static Isolation |
Isolation.get(int level) |
static Isolation |
Isolation.get(String type) |
static Isolation |
Isolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Isolation[] |
Isolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2022 jkniv, copyleft code. All rights reserved.