Uses of Interface
net.ontopia.topicmaps.query.core.ParsedQueryIF
Packages that use ParsedQueryIF
Package
Description
Provides utility classes for the Navigator Tag Libraries and
Framework.
Contains the interfaces through which interaction with query
processors, queries, and query results are done.
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
-
Uses of ParsedQueryIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core that return ParsedQueryIFModifier and TypeMethodDescriptionPUBLIC: Parses the query, returning an object representing the result.QueryProcessorIF.parse(String query, DeclarationContextIF context) PUBLIC: Parses the query in the given context, returning an object representing the result. -
Uses of ParsedQueryIF in net.ontopia.topicmaps.query.impl.basic
Classes in net.ontopia.topicmaps.query.impl.basic that implement ParsedQueryIFModifier and TypeClassDescriptionclassINTERNAL: Class used to represent parsed queries.Methods in net.ontopia.topicmaps.query.impl.basic that return ParsedQueryIFModifier and TypeMethodDescriptionQueryProcessor.parse(String query, DeclarationContextIF context) -
Uses of ParsedQueryIF in net.ontopia.topicmaps.query.impl.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement ParsedQueryIFModifier and TypeClassDescriptionfinal classINTERNAL: Class used to represent parsed queries.Methods in net.ontopia.topicmaps.query.impl.rdbms that return ParsedQueryIFModifier and TypeMethodDescriptionQueryProcessor.parse(String query, DeclarationContextIF context)