Uses of Interface
net.ontopia.topicmaps.query.core.ParsedModificationStatementIF
-
Packages that use ParsedModificationStatementIF 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 ParsedModificationStatementIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core that return ParsedModificationStatementIF Modifier and Type Method Description ParsedModificationStatementIFQueryProcessorIF. parseUpdate(String statement)PUBLIC: Parses the update statement, returning an object representing the result.ParsedModificationStatementIFQueryProcessorIF. 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 ParsedModificationStatementIF Modifier and Type Method Description ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement)ParsedModificationStatementIFQueryProcessor. 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 ParsedModificationStatementIF Modifier and Type Method Description ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement)ParsedModificationStatementIFQueryProcessor. parseUpdate(String statement, DeclarationContextIF context)
-