org.exolab.castor.jdo.drivers
final class ReturnedRSCallQuery extends AbstractCallQuery
Version: $Revision: 5951 $ $Date: 2006-04-11 15:26:07 -0600 (Tue, 11 Apr 2006) $
| Constructor Summary | |
|---|---|
| ReturnedRSCallQuery(String call, Class[] types, Class javaClass, String[] fields, int[] sqlTypes)
Creates an instance of this clas. | |
| Method Summary | |
|---|---|
| protected void | execute(Object conn, AccessMode accessMode) |
| protected boolean | nextRow() |
Parameters: call The SQL CALL statement to execute types Java types of the parameters javaClass Class type of the result fields ??? sqlTypes SQL types of the parameters