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.
|
Modifier and Type | Method and Description |
---|---|
QueryContext |
QueryMatches.getQueryContext()
INTERNAL: Returns the query context.
|
Constructor and Description |
---|
QueryMatches(Collection columnDefs,
QueryContext context)
INTERNAL: Creates a new matches object with the given column
definitions.
|
Modifier and Type | Method and Description |
---|---|
static QueryMatches |
QueryMatchesUtils.createInitialMatches(QueryContext context,
Collection columnDefs) |