|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TologStatement | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
TologStatement |
RealTologParser.getStatement()
|
TologStatement |
RealTologParser.getStatement()
|
TologStatement |
TologParser.parseStatement(String query)
Returns a parsed INSERT/UPDATE/MERGE/DELETE statement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||