Uses of Class
net.ontopia.topicmaps.query.parser.ModificationStatement

Packages that use ModificationStatement
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
protected  ModificationStatement QueryProcessor.parseUpdateStatement(String statement, DeclarationContextIF ctx)
           
 

Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type ModificationStatement
protected  int QueryProcessor.runUpdate(ModificationStatement statement, Map<String,?> params)
           
 

Uses of ModificationStatement in net.ontopia.topicmaps.query.parser
 

Subclasses of ModificationStatement in net.ontopia.topicmaps.query.parser
 class DeleteStatement
          INTERNAL: Represents a parsed DELETE statement.
 class InsertStatement
          INTERNAL: Represents a parsed INSERT statement.
 class MergeStatement
          INTERNAL: Represents a parsed MERGE statement.
 class ModificationFunctionStatement
          INTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions.
 class UpdateStatement
          INTERNAL: Represents an UPDATE statement.
 



Copyright © 2000-2012 Ontopia.