Class QueryContext

java.lang.Object
net.ontopia.topicmaps.query.impl.basic.QueryContext

public class QueryContext extends Object
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 Details

  • Method Details

    • getTopicMap

      public TopicMapIF getTopicMap()
    • getVariableTypes

      public Object[] getVariableTypes(String varname)
    • getParameterValue

      public Object getParameterValue(String paramname)
    • getParameters

      public Map getParameters()
    • getTologOptions

      public TologOptions getTologOptions()
    • getQuery

      public TologQuery getQuery()