|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ModificationStatement | |
---|---|
net.ontopia.topicmaps.query.impl.basic | Contains the in-memory implementation of the query language. |
net.ontopia.topicmaps.query.parser | Contains the code that parses tolog queries. |
Uses of ModificationStatement in net.ontopia.topicmaps.query.impl.basic |
---|
Methods in net.ontopia.topicmaps.query.impl.basic that return ModificationStatement | |
---|---|
protected ModificationStatement |
QueryProcessor.parseUpdateStatement(java.lang.String statement,
DeclarationContextIF ctx)
|
Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type ModificationStatement | |
---|---|
protected int |
QueryProcessor.runUpdate(ModificationStatement statement,
java.util.Map<java.lang.String,?> params)
|
Uses of ModificationStatement in net.ontopia.topicmaps.query.parser |
---|
Subclasses of ModificationStatement in net.ontopia.topicmaps.query.parser | |
---|---|
class |
DeleteStatement
INTERNAL: Represents a parsed DELETE statement. |
class |
InsertStatement
INTERNAL: Represents a parsed INSERT statement. |
class |
MergeStatement
INTERNAL: Represents a parsed MERGE statement. |
class |
ModificationFunctionStatement
INTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions. |
class |
UpdateStatement
INTERNAL: Represents an UPDATE statement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |