Uses of Class
net.ontopia.topicmaps.query.parser.ModificationStatement
-
Packages that use ModificationStatement Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.parser 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 ModificationStatement Modifier and Type Method Description protected ModificationStatementQueryProcessor. parseUpdateStatement(String statement, DeclarationContextIF ctx)Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type ModificationStatement Modifier and Type Method Description protected intQueryProcessor. runUpdate(ModificationStatement statement, Map<String,?> params) -
Uses of ModificationStatement in net.ontopia.topicmaps.query.parser
Subclasses of ModificationStatement in net.ontopia.topicmaps.query.parser Modifier and Type Class Description classDeleteStatementINTERNAL: Represents a parsed DELETE statement.classInsertStatementINTERNAL: Represents a parsed INSERT statement.classMergeStatementINTERNAL: Represents a parsed MERGE statement.classModificationFunctionStatementINTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions.classUpdateStatementINTERNAL: Represents an UPDATE statement.
-