Uses of Interface
net.ontopia.topicmaps.query.impl.rdbms.QueryComponentIF
-
Packages that use QueryComponentIF Package Description net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. -
-
Uses of QueryComponentIF in net.ontopia.topicmaps.query.impl.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement QueryComponentIF Modifier and Type Class 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..Fields in net.ontopia.topicmaps.query.impl.rdbms declared as QueryComponentIF Modifier and Type Field Description protected QueryComponentIF[]
ParsedQuery. components
-