Uses of Class
xyz.cofe.sql.stream.QueryExecutor.ExecMethod
-
Uses of QueryExecutor.ExecMethod in xyz.cofe.sql.stream
Fields in xyz.cofe.sql.stream declared as QueryExecutor.ExecMethod Modifier and Type Field Description protected QueryExecutor.ExecMethodQueryExecutor. execMethodMethods in xyz.cofe.sql.stream that return QueryExecutor.ExecMethod Modifier and Type Method Description QueryExecutor.ExecMethodQueryExecutor. getExecMethod()Указывает метод выполнения запросаstatic QueryExecutor.ExecMethodQueryExecutor.ExecMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryExecutor.ExecMethod[]QueryExecutor.ExecMethod. 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.ExecMethod Modifier and Type Method Description voidQueryExecutor. setExecMethod(QueryExecutor.ExecMethod execMethod)Указывает метод выполнения запроса