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.
|
Modifier and Type | Method and Description |
---|---|
ConnectionAdapter |
ConnectionFactory.open(Isolation isolation)
Attempts to establish a connection to the database with specific isolation
|
Modifier and Type | Method and Description |
---|---|
CommandAdapter |
CassandraSessionFactory.open(Isolation isolation) |
Modifier and Type | Method and Description |
---|---|
CommandAdapter |
HttpConnectionFactory.open(Isolation isolation) |
Modifier and Type | Method and Description |
---|---|
ConnectionAdapter |
DataSourceAdapter.open(Isolation isolation)
Attempts to establish a connection to the database with specific isolation
|
ConnectionAdapter |
DriverManagerAdapter.open(Isolation isolation)
Attempts to establish a connection to the database with specific isolation
|
ConnectionAdapter |
SpringDataSourceAdapter.open(Isolation isolation) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.