Uses of Interface
net.ontopia.topicmaps.query.core.ParsedStatementIF
Packages that use ParsedStatementIF
Package
Description
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 ParsedStatementIF in net.ontopia.topicmaps.query.core
Subinterfaces of ParsedStatementIF in net.ontopia.topicmaps.query.coreModifier and TypeInterfaceDescriptioninterfacePUBLIC: Represents a parsed modification statement, such as DELETE, INSERT, UPDATE, and QUERY.interfacePUBLIC: Used to represent parsed queries. -
Uses of ParsedStatementIF in net.ontopia.topicmaps.query.impl.basic
Classes in net.ontopia.topicmaps.query.impl.basic that implement ParsedStatementIFModifier and TypeClassDescriptionclassINTERNAL: Class used to represent parsed queries. -
Uses of ParsedStatementIF in net.ontopia.topicmaps.query.impl.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement ParsedStatementIFModifier and TypeClassDescriptionfinal classINTERNAL: Class used to represent parsed queries.