Uses of Interface
net.ontopia.topicmaps.query.core.ParsedModificationStatementIF
Packages that use ParsedModificationStatementIF
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 ParsedModificationStatementIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core that return ParsedModificationStatementIFModifier and TypeMethodDescriptionQueryProcessorIF.parseUpdate(String statement) PUBLIC: Parses the update statement, returning an object representing the result.QueryProcessorIF.parseUpdate(String statement, DeclarationContextIF context) PUBLIC: Parses the update statement in the given context, returning an object representing the result. -
Uses of ParsedModificationStatementIF in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic that return ParsedModificationStatementIFModifier and TypeMethodDescriptionQueryProcessor.parseUpdate(String statement) QueryProcessor.parseUpdate(String statement, DeclarationContextIF context) -
Uses of ParsedModificationStatementIF in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms that return ParsedModificationStatementIFModifier and TypeMethodDescriptionQueryProcessor.parseUpdate(String statement) QueryProcessor.parseUpdate(String statement, DeclarationContextIF context)