Uses of Class
net.ontopia.topicmaps.query.impl.basic.QueryContext
Packages that use QueryContext
Package
Description
Contains the in-memory implementation of the query language.
Code shared between query implementations.
-
Uses of QueryContext in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic that return QueryContextModifier and TypeMethodDescriptionQueryMatches.getQueryContext()INTERNAL: Returns the query context.Constructors in net.ontopia.topicmaps.query.impl.basic with parameters of type QueryContextModifierConstructorDescriptionQueryMatches(Collection columnDefs, QueryContext context) INTERNAL: Creates a new matches object with the given column definitions. -
Uses of QueryContext in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type QueryContextModifier and TypeMethodDescriptionstatic QueryMatchesQueryMatchesUtils.createInitialMatches(QueryContext context, Collection columnDefs)