org.exolab.castor.jdo.drivers

Class ReturnedRSCallQuery

final class ReturnedRSCallQuery extends AbstractCallQuery

PersistenceQuery implementation for use with CallableStatements that return a ResultSet, like Oracle stored functions returning REF CURSOR.

Version: $Revision: 5951 $ $Date: 2006-04-11 15:26:07 -0600 (Tue, 11 Apr 2006) $

Author: Oleg Nitz

Constructor Summary
ReturnedRSCallQuery(String call, Class[] types, Class javaClass, String[] fields, int[] sqlTypes)
Creates an instance of this clas.
Method Summary
protected voidexecute(Object conn, AccessMode accessMode)
protected booleannextRow()

Constructor Detail

ReturnedRSCallQuery

ReturnedRSCallQuery(String call, Class[] types, Class javaClass, String[] fields, int[] sqlTypes)
Creates an instance of this clas.

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

Method Detail

execute

protected void execute(Object conn, AccessMode accessMode)

nextRow

protected boolean nextRow()
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com