Uses of Package
net.ontopia.topicmaps.query.parser
Packages that use net.ontopia.topicmaps.query.parser
Package
Description
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Code shared between query implementations.
Contains the code that parses tolog queries.
Provides a set of service provider interfaces for adding new
predicates to the tolog query language.
This package provides query utility classes.
-
Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.impl.basicClassDescriptionINTERNAL: Common superclass for or clauses and other kinds of clauses.INTERNAL: Common abstract superclass for all tolog updates statements (INSERT, DELETE, MERGE, UPDATE).INTERNAL: Represents a tolog module.INTERNAL: Used to represent or clauses in tolog queries.INTERNAL: Represents a parsed rule.INTERNAL: Used to represent clauses in tolog queries.INTERNAL: Implemented by classes which can create PredicateIF objects.INTERNAL: Represents a predicate.INTERNAL: Represents the properties set in a given tolog processing context.INTERNAL: The tolog query parser.INTERNAL: Used to represent parsed SELECT queries.INTERNAL: Used to represent variable references in tolog queries.
-
Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.impl.rdbmsClassDescriptionINTERNAL: Represents a tolog module.INTERNAL: Represents a parsed rule.INTERNAL: Implemented by classes which can create PredicateIF objects.INTERNAL: Represents a predicate.INTERNAL: The tolog query parser.INTERNAL: Used to represent parsed SELECT queries.INTERNAL: Used to represent variable references in tolog queries.
-
Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.impl.utilsClassDescriptionINTERNAL: Common superclass for or clauses and other kinds of clauses.INTERNAL: Used to represent or clauses in tolog queries.INTERNAL: Represents a parsed rule.INTERNAL: Used to represent clauses in tolog queries.INTERNAL: Represents a predicate.INTERNAL: Used to represent parsed SELECT queries.INTERNAL: Used to represent variable references in tolog queries.
-
Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.parserClassDescriptionINTERNAL: Common superclass for or clauses and other kinds of clauses.INTERNAL: Exception used to wrap other exceptions so that they can be thrown from inside ANTLR-generated code.INTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions.INTERNAL: Common abstract superclass for all tolog updates statements (INSERT, DELETE, MERGE, UPDATE).INTERNAL: Represents a tolog module.INTERNAL: Represents an interpretation context for tolog queries.INTERNAL: Represents a parsed rule.INTERNAL: Used to represent clauses in tolog queries.INTERNAL: Implemented by classes which can create PredicateIF objects.INTERNAL: Represents a predicate.INTERNAL: Used to represent qualified name references in tolog queries.A tolog lexer, to be used with the Antlr-generated parser.INTERNAL: Represents the properties set in a given tolog processing context.INTERNAL: Used to represent parsed SELECT queries.INTERNAL: Common abstract superclass for all kinds of tolog statements, including SELECT and the update statements.INTERNAL: Used to represent variable references in tolog queries.
-
Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.spi
-
Classes in net.ontopia.topicmaps.query.parser used by net.ontopia.topicmaps.query.utils