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