Package net.ontopia.topicmaps.query.impl.rdbms
package net.ontopia.topicmaps.query.impl.rdbms
Contains the rdbms implementation of the query language. The only public class is the QueryProcessor class.
-
ClassDescriptionINTERNAL: Implements the 'association($association)' predicate.INTERNAL: Implements the 'association-role' predicate.INTERNAL: Implements the 'base-locator(address)' predicate.INTERNAL: Query component that is used to perform the count operation for QueryMatches instances.INTERNAL: Query component that is used to fully execute basic tolog clauses.INTERNAL: Query component that is used to perform the reduce operation for QueryMatches instances.INTERNAL: Query component that is used to perform the sort operation for QueryMatches instances.INTERNAL: Query result representating queries have no variables and evaluate to either true or false.INTERNAL: Implements the coalesce predicate.INTERNAL: Implements the 'datatype(occ|var, datatype-uri)' predicate.INTERNAL: Implements the 'direct-instance-of' predicate.INTERNAL: Implements dynamic association predicates.INTERNAL: Implements dynamic association predicates.INTERNAL: Implements dynamic occurrence predicates.INTERNAL: Implements the '=' predicate.INTERNAL: Implements the 'gteq' predicate.INTERNAL: Implements the 'gt' predicate.INTERNAL: The implementation of the 'in(var, e1, ..., eN)' predicate.INTERNAL: Implements the 'instance-of' predicate.INTERNAL: Implements the 'item-identifier(tmobject,locator)' predicate.INTERNAL: A predicate wrapper that delegates all it's method calls to the nested basic predicate.INTERNAL: Represents a predicate in the rdbms implementation.INTERNAL: Query component that executes JDO queries and wraps the resulting QueryResultIF in a QueryMatches instance..INTERNAL: Implements the 'lteq' predicate.INTERNAL: Implements the 'lt' predicate.INTERNAL: The implementation of the 'name(topic, name-string)' predicate.INTERNAL: Implements the '/=' predicate.INTERNAL: Implements the object-id predicate.INTERNAL: Implements the 'occurrence($topic, $occurrence)' predicate.INTERNAL: Class used to represent parsed queries.INTERNAL: The rdbms predicate factory implementation.INTERNAL: Class used to hold context information when building JDO queries from tolog queries.INTERNAL: Represents a tolog query component.INTERNAL: This is the front-end to the RDBMS-specific query processor.INTERNAL: The query result representation used by the basic implementation.INTERNAL: Implements the 'reifies(reifier, reified)' predicate.INTERNAL: Implements the 'resource' predicate.INTERNAL: Implements the 'role-player(role, player)' predicate.INTERNAL: Implements rule predicates.INTERNAL: Implements the 'scope(scoped, theme)' predicate.INTERNAL: Implements the 'subject-identifier(topic,locator)' predicate.INTERNAL: Implements the 'subject-locator(topic,locator)' predicate.INTERNAL: Implements the 'topicmap(topicmap)' predicate.INTERNAL: Implements the 'topic-name' predicate.INTERNAL: Implements the 'topic(topic)' predicate.INTERNAL: Implements the 'type(typed, type)' predicate.INTERNAL: Implements the 'value-like' predicate.INTERNAL: Implements the 'value-like' predicate.INTERNAL: Implements the 'variant' predicate.