|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResultIF | |
---|---|
net.ontopia.topicmaps.query.core | Contains the interfaces through which interaction with query processors, queries, and query results are done. |
net.ontopia.topicmaps.query.utils | This package provides query utility classes. |
Uses of QueryResultIF in net.ontopia.topicmaps.query.core |
---|
Methods in net.ontopia.topicmaps.query.core that return QueryResultIF | |
---|---|
QueryResultIF |
ParsedQueryIF.execute()
PUBLIC: Executes the query, returning the query result. |
QueryResultIF |
ParsedQueryIF.execute(java.util.Map<java.lang.String,?> arguments)
PUBLIC: Executes the query binding the parameters in the query to the values given in the 'arguments' map, returning the query result. |
QueryResultIF |
QueryProcessorIF.execute(java.lang.String query)
PUBLIC: Parses and executes the query, returning the results. |
QueryResultIF |
QueryProcessorIF.execute(java.lang.String query,
DeclarationContextIF context)
PUBLIC: Parses and executes the query in the given context, returning the results. |
QueryResultIF |
QueryProcessorIF.execute(java.lang.String query,
java.util.Map<java.lang.String,?> arguments)
PUBLIC: Parses and executes the query binding the parameters in the query to the values given in the 'arguments' map, returning the results. |
QueryResultIF |
QueryProcessorIF.execute(java.lang.String query,
java.util.Map<java.lang.String,?> arguments,
DeclarationContextIF context)
PUBLIC: Parses and executes the query in the given context binding the parameters in the query to the values given in the 'arguments' map, returning the results. |
Uses of QueryResultIF in net.ontopia.topicmaps.query.utils |
---|
Methods in net.ontopia.topicmaps.query.utils with parameters of type QueryResultIF | |
---|---|
T |
RowMapperIF.mapRow(QueryResultIF result,
int rowno)
EXPERIMENTAL: This method is called once for each row in query results, and the returned object is added to the list returned by queryForList. |
Constructors in net.ontopia.topicmaps.query.utils with parameters of type QueryResultIF | |
---|---|
FlatQueryResultIterator(QueryResultIF result)
|
|
QueryResultIterator(QueryResultIF result)
|
|
SingleQueryResultIterator(QueryResultIF result)
|
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |