Package | Description |
---|---|
net.ontopia.topicmaps.query.core |
Contains the interfaces through which interaction with query
processors, queries, and query results are done.
|
net.ontopia.topicmaps.query.impl.basic |
Contains the in-memory implementation of the query language.
|
net.ontopia.topicmaps.query.impl.rdbms |
Contains the rdbms implementation of the query language.
|
Modifier and Type | Method and Description |
---|---|
ParsedModificationStatementIF |
QueryProcessorIF.parseUpdate(String statement)
PUBLIC: Parses the update statement, returning an object
representing the result.
|
ParsedModificationStatementIF |
QueryProcessorIF.parseUpdate(String statement,
DeclarationContextIF context)
PUBLIC: Parses the update statement in the given context,
returning an object representing the result.
|
Modifier and Type | Method and Description |
---|---|
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(String statement) |
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(String statement,
DeclarationContextIF context) |
Modifier and Type | Method and Description |
---|---|
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(String statement) |
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(String statement,
DeclarationContextIF context) |