| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.jdo.drivers.MultiRSCallQueryConstructor Summary | |
| |
Method Summary | |
boolean |
|
void |
|
void |
|
void |
|
Object |
|
int | |
Class |
|
Class | |
Object |
|
void |
|
int |
|
(package private) MultiRSCallQuery(String call,
Class[] types,
Class javaClass,
String[] fields,
int[] sqlTypes)public boolean absolute(int row)
throws PersistenceException
- Specified by:
- absolute in interface PersistenceQuery
public void execute(Object conn,
AccessMode accessMode)
throws QueryException,
PersistenceException
- Specified by:
- execute in interface PersistenceQuery
public void execute(Object conn,
AccessMode accessMode,
boolean scrollable)
throws QueryException,
PersistenceException
- Specified by:
- execute in interface PersistenceQuery
public Object fetch(Object[] fields,
Object identity)
throws ObjectNotFoundException,
PersistenceException
- Specified by:
- fetch in interface PersistenceQuery
public int getParameterCount()
- Specified by:
- getParameterCount in interface PersistenceQuery
public Class getParameterType(int index)
throws ArrayIndexOutOfBoundsException
- Specified by:
- getParameterType in interface PersistenceQuery
public Object nextIdentity(Object identity)
throws PersistenceException
- Specified by:
- nextIdentity in interface PersistenceQuery
public void setParameter(int index,
Object value)
throws ArrayIndexOutOfBoundsException,
IllegalArgumentException
- Specified by:
- setParameter in interface PersistenceQuery