|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleRowSource
This interface is for classes that create rows on demand. It is used together with SimpleResultSet to create a dynamic result set.
Method Summary | |
---|---|
void |
close()
Close the row source. |
java.lang.Object[] |
readRow()
Get the next row. |
void |
reset()
Reset the position (before the first row). |
Method Detail |
---|
java.lang.Object[] readRow() throws java.sql.SQLException
java.sql.SQLException
void close()
void reset() throws java.sql.SQLException
java.sql.SQLException
- if this operation is not supported
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |