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 classDeleteStatementINTERNAL: Represents a parsed DELETE statement.classInsertStatementINTERNAL: Represents a parsed INSERT statement.classMergeStatementINTERNAL: Represents a parsed MERGE statement.classModificationFunctionStatementINTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions.classModificationStatementINTERNAL: Common abstract superclass for all tolog updates statements (INSERT, DELETE, MERGE, UPDATE).classTologQueryINTERNAL: Used to represent parsed SELECT queries.classUpdateStatementINTERNAL: Represents an UPDATE statement.Methods in net.ontopia.topicmaps.query.parser that return TologStatement Modifier and Type Method Description TologStatementRealTologParser. getStatement()TologStatementTologParser. parseStatement(String query)Returns a parsed INSERT/UPDATE/MERGE/DELETE statement.
-