Class TologStatement
- java.lang.Object
-
- net.ontopia.topicmaps.query.parser.TologStatement
-
- Direct Known Subclasses:
ModificationStatement
,TologQuery
public abstract class TologStatement extends Object
INTERNAL: Common abstract superclass for all kinds of tolog statements, including SELECT and the update statements.
-
-
Field Summary
Fields Modifier and Type Field Description protected TologOptions
options
-
Constructor Summary
Constructors Constructor Description TologStatement()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
TologOptions
getOptions()
void
setOptions(TologOptions options)
-
-
-
Field Detail
-
options
protected TologOptions options
-
-
Method Detail
-
getOptions
public TologOptions getOptions()
-
setOptions
public void setOptions(TologOptions options)
-
close
public abstract void close() throws InvalidQueryException
- Throws:
InvalidQueryException
-
-