public class DynamicResultsValidator extends Object implements QueryResultsValidator
| Constructor and Description |
|---|
DynamicResultsValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validateQueryResults(Object results,
int queryIndex,
String queryString)
Function to be implemented, which will be invoked after
every query execution.
|
public boolean validateQueryResults(Object results, int queryIndex, String queryString)
QueryResultsValidatorvalidateQueryResults in interface QueryResultsValidatorresults - Query resultsqueryIndex - The position of the query as passed in the conf filequeryString - Query StringCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.