Uses of Interface
net.ontopia.topicmaps.query.core.ParsedStatementIF
-
Packages that use ParsedStatementIF Package Description net.ontopia.topicmaps.query.core Contains the interfaces through which interaction with query processors, queries, and query results are done.net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.rdbms 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.core Modifier and Type Interface Description interface
ParsedModificationStatementIF
PUBLIC: Represents a parsed modification statement, such as DELETE, INSERT, UPDATE, and QUERY.interface
ParsedQueryIF
PUBLIC: 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 ParsedStatementIF Modifier and Type Class Description class
ParsedQuery
INTERNAL: 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 ParsedStatementIF Modifier and Type Class Description class
ParsedQuery
INTERNAL: Class used to represent parsed queries.
-