Uses of Class
net.sf.jkniv.sqlegance.statement.ResultSetConcurrency
-
Packages that use ResultSetConcurrency Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml net.sf.jkniv.sqlegance.statement -
-
Uses of ResultSetConcurrency in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return ResultSetConcurrency Modifier and Type Method Description ResultSetConcurrencySql. getResultSetConcurrency() -
Uses of ResultSetConcurrency in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return ResultSetConcurrency Modifier and Type Method Description ResultSetConcurrencyAbstractSqlTag. getResultSetConcurrency()Methods in net.sf.jkniv.sqlegance.builder.xml with parameters of type ResultSetConcurrency 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. setResultSetConcurrency(ResultSetConcurrency resultSetConcurrency)Constructors in net.sf.jkniv.sqlegance.builder.xml with parameters of type ResultSetConcurrency 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 ResultSetConcurrency in net.sf.jkniv.sqlegance.statement
Methods in net.sf.jkniv.sqlegance.statement that return ResultSetConcurrency Modifier and Type Method Description static ResultSetConcurrencyResultSetConcurrency. get(String type)static ResultSetConcurrencyResultSetConcurrency. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultSetConcurrency[]ResultSetConcurrency. values()Returns an array containing the constants of this enum type, in the order they are declared.
-