Package net.ontopia.topicmaps.query.core
package net.ontopia.topicmaps.query.core
Contains the interfaces through which interaction with query processors, queries, and query results are done. The key interface is the QueryProcessor interface, which is where queries are parsed and executed.
-
ClassDescriptionPUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically.PUBLIC: Represents a set of parsed query declarations.PUBLIC: This exception is used to indicate that there is something wrong with the query, whether syntactically or semantically.PUBLIC: Represents a parsed modification statement, such as DELETE, INSERT, UPDATE, and QUERY.PUBLIC: Used to represent parsed queries.PUBLIC: Common super-interface for parsed tolog statements of all kinds.PUBLIC: Common super-exception for all exceptions thrown by the query engine.PUBLIC: Interface for query language implementations.PUBLIC: This is the interface that must be implemented by tolog query processors.PUBLIC: Used to represent the results of queries.