Uses of Class
net.ontopia.topicmaps.query.parser.ModificationStatement
Packages that use ModificationStatement
Package
Description
Contains the in-memory implementation of the query language.
Contains the code that parses tolog queries.
-
Uses of ModificationStatement in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic that return ModificationStatementModifier and TypeMethodDescriptionprotected ModificationStatementQueryProcessor.parseUpdateStatement(String statement, DeclarationContextIF ctx) Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type ModificationStatementModifier and TypeMethodDescriptionprotected intQueryProcessor.runUpdate(ModificationStatement statement, Map<String, ?> params) -
Uses of ModificationStatement in net.ontopia.topicmaps.query.parser
Subclasses of ModificationStatement in net.ontopia.topicmaps.query.parserModifier and TypeClassDescriptionclassINTERNAL: Represents a parsed DELETE statement.classINTERNAL: Represents a parsed INSERT statement.classINTERNAL: Represents a parsed MERGE statement.classINTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions.classINTERNAL: Represents an UPDATE statement.