Uses of Class
net.ontopia.topicmaps.query.parser.TologStatement
-
Packages that use TologStatement Package Description net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries. -
-
Uses of TologStatement in net.ontopia.topicmaps.query.parser
Subclasses of TologStatement in net.ontopia.topicmaps.query.parser Modifier and Type Class 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.Methods in net.ontopia.topicmaps.query.parser that return TologStatement Modifier and Type Method Description TologStatement
RealTologParser. getStatement()
TologStatement
TologParser. parseStatement(String query)
Returns a parsed INSERT/UPDATE/MERGE/DELETE statement.
-