Uses of Class
xyz.cofe.sql.stream.QueryExecutor.Holdability
-
Uses of QueryExecutor.Holdability in xyz.cofe.sql.stream
Fields in xyz.cofe.sql.stream declared as QueryExecutor.Holdability Modifier and Type Field Description protected QueryExecutor.HoldabilityQueryExecutor. holdabilityMethods in xyz.cofe.sql.stream that return QueryExecutor.Holdability Modifier and Type Method Description QueryExecutor.HoldabilityQueryExecutor. getHoldability()Указывает будут или нет доступны данные после закрытия транзакцииstatic QueryExecutor.HoldabilityQueryExecutor.Holdability. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryExecutor.Holdability[]QueryExecutor.Holdability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.sql.stream with parameters of type QueryExecutor.Holdability Modifier and Type Method Description voidQueryExecutor. setHoldability(QueryExecutor.Holdability holdability)Указывает будут или нет доступны данные после закрытия транзакции