|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultSetProvider
An implementation of this interface is returned from functions and procedures
that are declared to return SET OF
a type.
Method Summary | |
---|---|
boolean |
assignRowValues(java.sql.ResultSet receiver,
int currentRow)
This method is called once for each row that should be returned from a procedure that returns a set of rows. |
Method Detail |
---|
boolean assignRowValues(java.sql.ResultSet receiver, int currentRow) throws java.sql.SQLException
receiver
- Receiver of values for the given row.currentRow
- Row number. First call will have row number 0.
true
if a new row was provided, false
if not (end of data).
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |