org.eyedb
Class OQL

java.lang.Object
  extended by org.eyedb.OQL

public class OQL
extends java.lang.Object


Constructor Summary
OQL(Database db, java.lang.String query)
           
 
Method Summary
 void dispose()
           
 void execute()
           
 void execute(ObjectArray obj_arr)
           
 void execute(ObjectArray obj_arr, RecMode rcm)
           
 void execute(OidArray oid_arr)
           
 void execute(Value v)
           
 void execute(ValueArray val_arr)
           
 Database getDatabase()
           
 void getResult(ObjectArray obj_arr)
           
 void getResult(ObjectArray obj_arr, RecMode rcm)
           
 void getResult(OidArray oid_arr)
           
 void getResult(ValueArray value_arr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OQL

public OQL(Database db,
           java.lang.String query)
Method Detail

getDatabase

public Database getDatabase()

execute

public void execute()
             throws Exception
Throws:
Exception

execute

public void execute(Value v)
             throws Exception
Throws:
Exception

execute

public void execute(ObjectArray obj_arr)
             throws Exception
Throws:
Exception

execute

public void execute(ObjectArray obj_arr,
                    RecMode rcm)
             throws Exception
Throws:
Exception

execute

public void execute(OidArray oid_arr)
             throws Exception
Throws:
Exception

execute

public void execute(ValueArray val_arr)
             throws Exception
Throws:
Exception

getResult

public void getResult(ObjectArray obj_arr)
               throws Exception
Throws:
Exception

getResult

public void getResult(ObjectArray obj_arr,
                      RecMode rcm)
               throws Exception
Throws:
Exception

getResult

public void getResult(OidArray oid_arr)
               throws Exception
Throws:
Exception

getResult

public void getResult(ValueArray value_arr)
               throws Exception
Throws:
Exception

dispose

public void dispose()
             throws Exception
Throws:
Exception