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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParsedModificationStatementIF
PUBLIC: Represents a parsed modification statement, such as DELETE,
INSERT, UPDATE, and QUERY.
|
interface |
ParsedQueryIF
PUBLIC: Used to represent parsed queries.
|
Modifier and Type | Class and Description |
---|---|
class |
ParsedQuery
INTERNAL: Class used to represent parsed queries.
|