Uses of Interface
net.ontopia.topicmaps.query.core.QueryResultIF
Packages that use QueryResultIF
Package
Description
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
Value-producing tags, which extract information from the topic
map and insert it into the execution context.
Provides utility classes for the Navigator Tag Libraries and
Framework.
Contains the interfaces through which interaction with query
processors, queries, and query results are done.
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Code shared between query implementations.
This package provides query utility classes.
-
Uses of QueryResultIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core that return QueryResultIFModifier and TypeMethodDescriptionParsedQueryIF.execute()PUBLIC: Executes the query, returning the query result.PUBLIC: Executes the query binding the parameters in the query to the values given in the 'arguments' map, returning the query result.PUBLIC: Parses and executes the query, returning the results.PUBLIC: Parses and executes the query binding the parameters in the query to the values given in the 'arguments' map, returning the results.QueryProcessorIF.execute(String query, Map<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.QueryProcessorIF.execute(String query, DeclarationContextIF context) PUBLIC: Parses and executes the query in the given context, returning the results. -
Uses of QueryResultIF in net.ontopia.topicmaps.query.impl.basic
Classes in net.ontopia.topicmaps.query.impl.basic that implement QueryResultIFModifier and TypeClassDescriptionclassINTERNAL: The query result representation used by the basic implementation.Methods in net.ontopia.topicmaps.query.impl.basic that return QueryResultIFModifier and TypeMethodDescriptionParsedQuery.execute()QueryProcessor.execute(String query, Map arguments, DeclarationContextIF context) QueryProcessor.execute(String query, DeclarationContextIF context) QueryProcessor.execute(TologQuery query) QueryProcessor.execute(TologQuery query, Map arguments) Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type QueryResultIFModifier and TypeMethodDescriptionvoidQueryMatches.add(QueryResultIF extra) EXPERIMENTAL: Adds QueryResultIF matches to this table.QueryResultWrappers.getWrapper(QueryResultIF result) -
Uses of QueryResultIF in net.ontopia.topicmaps.query.impl.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement QueryResultIFModifier and TypeClassDescriptionclassINTERNAL: Query result representating queries have no variables and evaluate to either true or false.classINTERNAL: The query result representation used by the basic implementation.Methods in net.ontopia.topicmaps.query.impl.rdbms that return QueryResultIFModifier and TypeMethodDescriptionParsedQuery.execute()QueryProcessor.execute(String query, Map arguments, DeclarationContextIF context) QueryProcessor.execute(String query, DeclarationContextIF context) -
Uses of QueryResultIF in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils that return QueryResultIFModifier and TypeMethodDescriptionQueryExecuterIF.execute(TologQuery query) INTERNAL: Executes the query, returning the results. -
Uses of QueryResultIF in net.ontopia.topicmaps.query.utils
Fields in net.ontopia.topicmaps.query.utils declared as QueryResultIFModifier and TypeFieldDescriptionprotected QueryResultIFQueryResultIterator.resultprotected QueryResultIFSingleQueryResultIterator.resultMethods in net.ontopia.topicmaps.query.utils with parameters of type QueryResultIFModifier and TypeMethodDescriptionRowMapperIF.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 QueryResultIFModifierConstructorDescriptionFlatQueryResultIterator(QueryResultIF result) QueryResultIterator(QueryResultIF result) -
Uses of QueryResultIF in net.ontopia.topicmaps.rest.v1.query
Methods in net.ontopia.topicmaps.rest.v1.query that return QueryResultIFModifier and TypeMethodDescriptionQueryController.query(TopicMapIF topicmap, String language, String query) -
Uses of QueryResultIF in ontopoly.model
Methods in ontopoly.model that return QueryResultIF