| java.lang.Object org.drools.QueryResults
QueryResults | public class QueryResults (Code) | | Returned QueryResults instance for a requested named query. from here you can iterate the returned data, or
get a specific row. All the available Declarations used in the query can also be accessed.
|
getDeclarations | public Map getDeclarations()(Code) | | Return a map of Declarations where the key is the identifier and the value
is the Declaration.
The Map of Declarations. |
iterator | public Iterator iterator()(Code) | | Returns an Iterator for the results.
|
size | public int size()(Code) | | The results size
|
|
|