Uses of Class
com.redwood.scheduler.api.tool.QueryException
-
Packages that use QueryException Package Description com.redwood.scheduler.api.tool Scheduler API - Tools. -
-
Uses of QueryException in com.redwood.scheduler.api.tool
Methods in com.redwood.scheduler.api.tool that throw QueryException Modifier and Type Method Description ToolResultSet
ToolConnection. executeQuery(String query, Map<String,String> options, Map<String,Object> parameters)
Execute a query and return the result as a ToolResultSet.ToolResultSet
ToolConnectionImpl. executeQuery(String query, Map<String,String> options, Map<String,Object> parameters)
String
ToolConnection. executeQueryString(String query, Map<String,String> options, Map<String,Object> parameters)
Execute a query and return the result as a String.String
ToolConnectionImpl. executeQueryString(String query, Map<String,String> options, Map<String,Object> parameters)
-