Package | Description |
---|---|
net.sf.jkniv.sqlegance | |
net.sf.jkniv.sqlegance.builder.xml |
Modifier and Type | Method and Description |
---|---|
static LanguageType |
LanguageType.get(String type)
Get the language type from String
|
LanguageType |
Sql.getLanguageType()
Retrieve the language type used at sql sentence.
|
static LanguageType |
LanguageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageType[] |
LanguageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected LanguageType |
AbstractSqlTag.languageType |
Modifier and Type | Method and Description |
---|---|
LanguageType |
AbstractSqlTag.getLanguageType()
language from SQL sentence.
|
Modifier and Type | Method and Description |
---|---|
static Deletable |
TagFactory.newDelete(String id,
LanguageType languageType) |
static Deletable |
TagFactory.newDelete(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
static Deletable |
TagFactory.newDelete(String id,
LanguageType languageType,
SqlDialect sqlDialect) |
static Insertable |
TagFactory.newInsert(String id,
LanguageType languageType) |
static Insertable |
TagFactory.newInsert(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
static Insertable |
TagFactory.newInsert(String id,
LanguageType languageType,
SqlDialect sqlDialect) |
static Selectable |
TagFactory.newSelect(String id,
LanguageType languageType) |
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 Selectable |
TagFactory.newSelect(String id,
LanguageType languageType,
SqlDialect sqlDialect) |
static Updateable |
TagFactory.newUpdate(String id,
LanguageType languageType) |
static Updateable |
TagFactory.newUpdate(String id,
LanguageType languageType,
Isolation isolation,
int timeout,
ValidateType validateType,
Statistical stats) |
static Updateable |
TagFactory.newUpdate(String id,
LanguageType languageType,
SqlDialect sqlDialect) |
Constructor and Description |
---|
AbstractSqlTag(String id,
LanguageType languageType)
Build a new SQL tag from XML file.
|
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.
|
AbstractSqlTag(String id,
LanguageType languageType,
SqlDialect sqlDialect) |
IncludeTag(String id,
LanguageType languageType)
Build a new
include 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. |
ProcedureTag(String id,
LanguageType languageType,
Statistical stats)
Build a new
procedure tag from XML file. |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.