Uses of Class
net.ontopia.topicmaps.query.impl.basic.QueryContext
-
Packages that use QueryContext Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.utils 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 QueryContext Modifier and Type Method Description QueryContext
QueryMatches. getQueryContext()
INTERNAL: Returns the query context.Constructors in net.ontopia.topicmaps.query.impl.basic with parameters of type QueryContext Constructor Description QueryMatches(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 QueryContext Modifier and Type Method Description static QueryMatches
QueryMatchesUtils. createInitialMatches(QueryContext context, Collection columnDefs)
-