net.ontopia.topicmaps.query.parser
Class TologStatement

java.lang.Object
  extended by net.ontopia.topicmaps.query.parser.TologStatement
Direct Known Subclasses:
ModificationStatement, TologQuery

public abstract class TologStatement
extends java.lang.Object

INTERNAL: Common abstract superclass for all kinds of tolog statements, including SELECT and the update statements.


Field Summary
protected  TologOptions options
           
 
Constructor Summary
TologStatement()
           
 
Method Summary
abstract  void close()
           
 TologOptions getOptions()
           
 void setOptions(TologOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

protected TologOptions options
Constructor Detail

TologStatement

public TologStatement()
Method Detail

getOptions

public TologOptions getOptions()

setOptions

public void setOptions(TologOptions options)

close

public abstract void close()
                    throws InvalidQueryException
Throws:
InvalidQueryException


Copyright © 2000-2012 Ontopia.