|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParsedModificationStatementIF | |
---|---|
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. |
Uses of ParsedModificationStatementIF in net.ontopia.topicmaps.query.core |
---|
Methods in net.ontopia.topicmaps.query.core that return ParsedModificationStatementIF | |
---|---|
ParsedModificationStatementIF |
QueryProcessorIF.parseUpdate(java.lang.String statement)
PUBLIC: Parses the update statement, returning an object representing the result. |
ParsedModificationStatementIF |
QueryProcessorIF.parseUpdate(java.lang.String statement,
DeclarationContextIF context)
PUBLIC: Parses the update statement in the given context, returning an object representing the result. |
Uses of ParsedModificationStatementIF in net.ontopia.topicmaps.query.impl.basic |
---|
Methods in net.ontopia.topicmaps.query.impl.basic that return ParsedModificationStatementIF | |
---|---|
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(java.lang.String statement)
|
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(java.lang.String statement,
DeclarationContextIF context)
|
Uses of ParsedModificationStatementIF in net.ontopia.topicmaps.query.impl.rdbms |
---|
Methods in net.ontopia.topicmaps.query.impl.rdbms that return ParsedModificationStatementIF | |
---|---|
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(java.lang.String statement)
|
ParsedModificationStatementIF |
QueryProcessor.parseUpdate(java.lang.String statement,
DeclarationContextIF context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |