Uses of Class
net.ontopia.topicmaps.query.parser.TologStatement
Packages that use TologStatement
-
Uses of TologStatement in net.ontopia.topicmaps.query.parser
Subclasses of TologStatement in net.ontopia.topicmaps.query.parserModifier and TypeClassDescriptionclassINTERNAL: Represents a parsed DELETE statement.classINTERNAL: Represents a parsed INSERT statement.classINTERNAL: Represents a parsed MERGE statement.classINTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions.classINTERNAL: Common abstract superclass for all tolog updates statements (INSERT, DELETE, MERGE, UPDATE).classINTERNAL: Used to represent parsed SELECT queries.classINTERNAL: Represents an UPDATE statement.Methods in net.ontopia.topicmaps.query.parser that return TologStatementModifier and TypeMethodDescriptionRealTologParser.getStatement()TologParser.parseStatement(String query) Returns a parsed INSERT/UPDATE/MERGE/DELETE statement.