Package | Description |
---|---|
net.ontopia.topicmaps.query.parser |
Contains the code that parses tolog queries.
|
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 |
ModificationStatement
INTERNAL: Common abstract superclass for all tolog updates
statements (INSERT, DELETE, MERGE, UPDATE).
|
class |
TologQuery
INTERNAL: Used to represent parsed SELECT queries.
|
class |
UpdateStatement
INTERNAL: Represents an UPDATE statement.
|
Modifier and Type | Method and Description |
---|---|
TologStatement |
RealTologParser.getStatement() |
TologStatement |
RealTologParser.getStatement() |
TologStatement |
TologParser.parseStatement(String query)
Returns a parsed INSERT/UPDATE/MERGE/DELETE statement.
|