Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ModificationStatement |
QueryProcessor.parseUpdateStatement(String statement,
DeclarationContextIF ctx) |
Modifier and Type | Method and Description |
---|---|
protected int |
QueryProcessor.runUpdate(ModificationStatement statement,
Map<String,?> params) |
Modifier and Type | Class and Description |
---|---|
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.
|