Package | Description |
---|---|
net.ontopia.topicmaps.query.impl.rdbms |
Contains the rdbms implementation of the query language.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicCountComponent
INTERNAL: Query component that is used to perform the count
operation for QueryMatches instances.
|
class |
BasicQueryComponent
INTERNAL: Query component that is used to fully execute basic tolog
clauses.
|
class |
BasicReduceComponent
INTERNAL: Query component that is used to perform the reduce
operation for QueryMatches instances.
|
class |
BasicSortComponent
INTERNAL: Query component that is used to perform the sort
operation for QueryMatches instances.
|
class |
JDOQueryComponent
INTERNAL: Query component that executes JDO queries and wraps the
resulting QueryResultIF in a QueryMatches instance..
|
Modifier and Type | Field and Description |
---|---|
protected QueryComponentIF[] |
ParsedQuery.components |