|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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
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 | |
|---|---|
DeleteStatement()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteStatement()
| Method Detail |
|---|
public int doUpdates(QueryMatches matches)
throws InvalidQueryException
doUpdates in class ModificationStatementInvalidQueryExceptionpublic String toString()
toString in class Object
protected int doLitListDeletes(boolean strict,
Map arguments)
throws InvalidQueryException
doLitListDeletes in class ModificationFunctionStatementInvalidQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||