net.ontopia.topicmaps.query.parser
Class MergeStatement

java.lang.Object
  extended by net.ontopia.topicmaps.query.parser.TologStatement
      extended by net.ontopia.topicmaps.query.parser.ModificationStatement
          extended by net.ontopia.topicmaps.query.parser.MergeStatement

public class MergeStatement
extends ModificationStatement

INTERNAL: Represents a parsed MERGE statement.


Field Summary
 
Fields inherited from class net.ontopia.topicmaps.query.parser.ModificationStatement
litlist, query
 
Fields inherited from class net.ontopia.topicmaps.query.parser.TologStatement
options
 
Constructor Summary
MergeStatement()
           
 
Method Summary
 int doStaticUpdates(TopicMapIF topicmap, java.util.Map arguments)
           
 int doUpdates(QueryMatches matches)
           
 java.lang.String toString()
           
 
Methods inherited from class net.ontopia.topicmaps.query.parser.ModificationStatement
addLit, close, getEmbeddedQuery, getIndex, getLitList, getValue, setClauseList, toStringLitlist
 
Methods inherited from class net.ontopia.topicmaps.query.parser.TologStatement
getOptions, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MergeStatement

public MergeStatement()
Method Detail

doStaticUpdates

public int doStaticUpdates(TopicMapIF topicmap,
                           java.util.Map arguments)
                    throws InvalidQueryException
Specified by:
doStaticUpdates in class ModificationStatement
Throws:
InvalidQueryException

doUpdates

public int doUpdates(QueryMatches matches)
              throws InvalidQueryException
Specified by:
doUpdates in class ModificationStatement
Throws:
InvalidQueryException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2012 Ontopia.