public class UpdateStatement extends ModificationFunctionStatement
funcname, functions
litlist, query
options
Constructor and Description |
---|
UpdateStatement() |
Modifier and Type | Method and Description |
---|---|
protected int |
doLitListDeletes(boolean strict,
Map arguments) |
int |
doUpdates(QueryMatches matches) |
String |
toString() |
doFunctionUpdates, doStaticUpdates, getFunction, makeFunction, setFunction, toStringFunction
addLit, close, getEmbeddedQuery, getIndex, getLitList, getValue, setClauseList, toStringLitlist
getOptions, setOptions
public int doUpdates(QueryMatches matches) throws InvalidQueryException
doUpdates
in class ModificationStatement
InvalidQueryException
protected int doLitListDeletes(boolean strict, Map arguments) throws InvalidQueryException
doLitListDeletes
in class ModificationFunctionStatement
InvalidQueryException