Class DeleteStatement
- 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.DeleteStatement
-
public class DeleteStatement extends ModificationFunctionStatement
INTERNAL: Represents a parsed DELETE statement.
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.query.parser.ModificationFunctionStatement
funcname, functions
-
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 DeleteStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
doLitListDeletes(boolean strict, Map arguments)
int
doUpdates(QueryMatches matches)
String
toString()
-
Methods inherited from class net.ontopia.topicmaps.query.parser.ModificationFunctionStatement
doFunctionUpdates, doStaticUpdates, getFunction, makeFunction, setFunction, toStringFunction
-
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
-
doUpdates
public int doUpdates(QueryMatches matches) throws InvalidQueryException
- Specified by:
doUpdates
in classModificationStatement
- Throws:
InvalidQueryException
-
doLitListDeletes
protected int doLitListDeletes(boolean strict, Map arguments) throws InvalidQueryException
- Specified by:
doLitListDeletes
in classModificationFunctionStatement
- Throws:
InvalidQueryException
-
-