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 classBasicCountComponentINTERNAL: Query component that is used to perform the count operation for QueryMatches instances.classBasicQueryComponentINTERNAL: Query component that is used to fully execute basic tolog clauses.classBasicReduceComponentINTERNAL: Query component that is used to perform the reduce operation for QueryMatches instances.classBasicSortComponentINTERNAL: Query component that is used to perform the sort operation for QueryMatches instances.classJDOQueryComponentINTERNAL: 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
-