Class QueryContext
java.lang.Object
net.ontopia.topicmaps.query.impl.basic.QueryContext
INTERNAL: Object used to hold the global query execution context;
that is, the context beginning with the start of the execution of a
query and ending with the completion of its execution. Different
queries, and different executions of the same query, have different
contexts.
-
Constructor Summary
ConstructorsConstructorDescriptionQueryContext(TopicMapIF topicmap, TologQuery query, Map arguments, TologOptions options) -
Method Summary
Modifier and TypeMethodDescriptiongetParameterValue(String paramname) getQuery()Object[]getVariableTypes(String varname)
-
Constructor Details
-
QueryContext
-
-
Method Details
-
getTopicMap
-
getVariableTypes
-
getParameterValue
-
getParameters
-
getTologOptions
-
getQuery
-