groovy.sql
Class CallResultSet
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.sql.GroovyResultSetExtension
groovy.sql.CallResultSet
class CallResultSet
extends GroovyResultSetExtension
- author:
- rfuller
Represents a ResultSet retrieved as a callable statement out parameter.
Constructor Summary |
CallResultSet(CallableStatement call, int indx)
|
Methods inherited from class GroovyResultSetExtension
|
add, eachRow, getAt, getProperty, getResultSet, invokeMethod, next, normalizeIndex, previous, putAt, setProperty, toString |
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
call
CallableStatement call
-
firstCall
boolean firstCall
-
indx
int indx
-
resultSet
ResultSet resultSet
-
CallResultSet
public CallResultSet(CallableStatement call, int indx)
-
getImpl
protected static GroovyResultSet getImpl(CallableStatement call, int idx)
-
getResultSet
protected ResultSet getResultSet()
-
Copyright © 2003-2009 The Codehaus. All rights reserved.