Class UpdateStatement
java.lang.Object
net.ontopia.topicmaps.query.parser.TologStatement
net.ontopia.topicmaps.query.parser.ModificationStatement
net.ontopia.topicmaps.query.parser.ModificationFunctionStatement
net.ontopia.topicmaps.query.parser.UpdateStatement
INTERNAL: Represents an UPDATE statement.
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.query.parser.ModificationFunctionStatement
funcname, functionsFields 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 TypeMethodDescriptionprotected intdoLitListDeletes(boolean strict, Map arguments) intdoUpdates(QueryMatches matches) toString()Methods inherited from class net.ontopia.topicmaps.query.parser.ModificationFunctionStatement
doFunctionUpdates, doStaticUpdates, getFunction, makeFunction, setFunction, toStringFunctionMethods 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
-
UpdateStatement
public UpdateStatement()
-
-
Method Details
-
doUpdates
- Specified by:
doUpdatesin classModificationStatement- Throws:
InvalidQueryException
-
doLitListDeletes
- Specified by:
doLitListDeletesin classModificationFunctionStatement- Throws:
InvalidQueryException
-
toString
-