Uses of Class
xyz.cofe.sql.stream.QueryExecutor.Concurrency
-
Uses of QueryExecutor.Concurrency in xyz.cofe.sql.stream
Fields in xyz.cofe.sql.stream declared as QueryExecutor.Concurrency Modifier and Type Field Description protected QueryExecutor.ConcurrencyQueryExecutor. concurrencyMethods in xyz.cofe.sql.stream that return QueryExecutor.Concurrency Modifier and Type Method Description QueryExecutor.ConcurrencyQueryExecutor. getConcurrency()Указывает тип данных read-only/read-write в ResultSetstatic QueryExecutor.ConcurrencyQueryExecutor.Concurrency. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryExecutor.Concurrency[]QueryExecutor.Concurrency. 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.Concurrency Modifier and Type Method Description voidQueryExecutor. setConcurrency(QueryExecutor.Concurrency concurrency)Указывает тип данных read-only/read-write в ResultSet