Class MergeStatement
- java.lang.Object
-
- net.ontopia.topicmaps.query.parser.TologStatement
-
- net.ontopia.topicmaps.query.parser.ModificationStatement
-
- 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
Constructors Constructor Description MergeStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStaticUpdates(TopicMapIF topicmap, Map arguments)
int
doUpdates(QueryMatches matches)
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
-
-
-
-
Method Detail
-
doStaticUpdates
public int doStaticUpdates(TopicMapIF topicmap, Map arguments) throws InvalidQueryException
- Specified by:
doStaticUpdates
in classModificationStatement
- Throws:
InvalidQueryException
-
doUpdates
public int doUpdates(QueryMatches matches) throws InvalidQueryException
- Specified by:
doUpdates
in classModificationStatement
- Throws:
InvalidQueryException
-
-