Uses of Class
net.sf.jkniv.sqlegance.statement.ResultSetType
-
Packages that use ResultSetType Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml net.sf.jkniv.sqlegance.statement -
-
Uses of ResultSetType in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return ResultSetType Modifier and Type Method Description ResultSetTypeSql. getResultSetType() -
Uses of ResultSetType in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return ResultSetType Modifier and Type Method Description ResultSetTypeAbstractSqlTag. getResultSetType()Methods in net.sf.jkniv.sqlegance.builder.xml with parameters of type ResultSetType Modifier and Type Method Description 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.voidAbstractSqlTag. setResultSetType(ResultSetType resultSetType)Constructors in net.sf.jkniv.sqlegance.builder.xml with parameters of type ResultSetType Constructor 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. -
Uses of ResultSetType in net.sf.jkniv.sqlegance.statement
Methods in net.sf.jkniv.sqlegance.statement that return ResultSetType Modifier and Type Method Description static ResultSetTypeResultSetType. get(String type)static ResultSetTypeResultSetType. 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.
-