public interface QueryResults extends Iterable<QueryResultsRow>
Contains the results of a query. The identifiers is a map of the declarations for the query, only patterns or fields that are bound can be accessed in the QueryResultsRow. This class can be marshalled using the drools-drools-pipeline module in combination with the BatchExecutionHelper. See the BatchExecutionHelper for more details.
Modifier and Type | Method and Description |
---|---|
String[] |
getIdentifiers() |
Iterator<QueryResultsRow> |
iterator() |
int |
size() |
forEach, spliterator
String[] getIdentifiers()
Iterator<QueryResultsRow> iterator()
iterator
in interface Iterable<QueryResultsRow>
int size()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.