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.toolMethods in com.redwood.scheduler.api.tool that throw QueryException Modifier and Type Method Description ToolResultSetToolConnection. executeQuery(String query, Map<String,String> options, Map<String,Object> parameters)Execute a query and return the result as a ToolResultSet.ToolResultSetToolConnectionImpl. executeQuery(String query, Map<String,String> options, Map<String,Object> parameters)StringToolConnection. executeQueryString(String query, Map<String,String> options, Map<String,Object> parameters)Execute a query and return the result as a String.StringToolConnectionImpl. executeQueryString(String query, Map<String,String> options, Map<String,Object> parameters)
 
-