org.eyedb
Class OQL
java.lang.Object
org.eyedb.OQL
public class OQL
- extends java.lang.Object
Constructor Summary |
OQL(Database db,
java.lang.String query)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OQL
public OQL(Database db,
java.lang.String query)
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