Uses of Class
net.sf.jkniv.sqlegance.LanguageType
-
Packages that use LanguageType Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml -
-
Uses of LanguageType in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return LanguageType Modifier and Type Method Description static LanguageTypeLanguageType. get(String type)Get the language type from StringLanguageTypeSql. getLanguageType()Retrieve the language type used at sql sentence.static LanguageTypeLanguageType. 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. -
Uses of LanguageType in net.sf.jkniv.sqlegance.builder.xml
Fields in net.sf.jkniv.sqlegance.builder.xml declared as LanguageType Modifier and Type Field Description protected LanguageTypeAbstractSqlTag. languageTypeMethods in net.sf.jkniv.sqlegance.builder.xml that return LanguageType Modifier and Type Method Description LanguageTypeAbstractSqlTag. getLanguageType()language from SQL sentence.Methods in net.sf.jkniv.sqlegance.builder.xml with parameters of type LanguageType Modifier and Type Method Description static DeletableTagFactory. newDelete(String id, LanguageType languageType)static DeletableTagFactory. newDelete(String id, LanguageType languageType, SqlDialect sqlDialect)static DeletableTagFactory. newDelete(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)static InsertableTagFactory. newInsert(String id, LanguageType languageType)static InsertableTagFactory. newInsert(String id, LanguageType languageType, SqlDialect sqlDialect)static InsertableTagFactory. newInsert(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)static SelectableTagFactory. newSelect(String id, LanguageType languageType)static SelectableTagFactory. newSelect(String id, LanguageType languageType, SqlDialect sqlDialect)static SelectableTagFactory. 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 newselecttag from XML file.static UpdateableTagFactory. newUpdate(String id, LanguageType languageType)static UpdateableTagFactory. newUpdate(String id, LanguageType languageType, SqlDialect sqlDialect)static UpdateableTagFactory. newUpdate(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)Constructors in net.sf.jkniv.sqlegance.builder.xml with parameters of type LanguageType Constructor Description AbstractSqlTag(String id, LanguageType languageType)Build a new SQL tag from XML file.AbstractSqlTag(String id, LanguageType languageType, SqlDialect sqlDialect)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.IncludeTag(String id, LanguageType languageType)Build a newincludetag from XML file.ProcedureTag(String id, LanguageType languageType, Statistical stats)Build a newproceduretag from XML file.ProcedureTag(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)Build a newproceduretag from XML file.
-