Uses of Class
be.panako.strategy.QueryResult
| Package | Description |
|---|---|
| be.panako.cli |
Panako command line applications.
|
| be.panako.strategy |
-
Uses of QueryResult in be.panako.cli
Methods in be.panako.cli with parameters of type QueryResult Modifier and Type Method Description voidMonitor. handleEmptyResult(QueryResult r)voidMonitor. handleQueryResult(QueryResult r)static voidPanako. printQueryResult(QueryResult r)static voidPanako. printQueryResult(QueryResult r, int task, int taskTotal) -
Uses of QueryResult in be.panako.strategy
Methods in be.panako.strategy that return QueryResult Modifier and Type Method Description static QueryResultQueryResult. emptyQueryResult(java.lang.String query, double queryStart, double queryStop)Methods in be.panako.strategy with parameters of type QueryResult Modifier and Type Method Description voidQueryResultHandler. handleEmptyResult(QueryResult result)voidQueryResultHandler. handleQueryResult(QueryResult result)Handle the result of a query.