Class MergeStatement
java.lang.Object
net.ontopia.topicmaps.query.parser.TologStatement
net.ontopia.topicmaps.query.parser.ModificationStatement
net.ontopia.topicmaps.query.parser.MergeStatement
INTERNAL: Represents a parsed MERGE statement.
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.query.parser.ModificationStatement
litlist, queryFields inherited from class net.ontopia.topicmaps.query.parser.TologStatement
options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoStaticUpdates(TopicMapIF topicmap, Map arguments) intdoUpdates(QueryMatches matches) toString()Methods inherited from class net.ontopia.topicmaps.query.parser.ModificationStatement
addLit, close, getEmbeddedQuery, getIndex, getLitList, getValue, setClauseList, toStringLitlistMethods inherited from class net.ontopia.topicmaps.query.parser.TologStatement
getOptions, setOptions
-
Constructor Details
-
MergeStatement
public MergeStatement()
-
-
Method Details
-
doStaticUpdates
- Specified by:
doStaticUpdatesin classModificationStatement- Throws:
InvalidQueryException
-
doUpdates
- Specified by:
doUpdatesin classModificationStatement- Throws:
InvalidQueryException
-
toString
-