public interface SimpleRowSource
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the row source.
|
java.lang.Object[] |
readRow()
Get the next row.
|
void |
reset()
Reset the position (before the first row).
|
java.lang.Object[] readRow()
throws java.sql.SQLException
java.sql.SQLExceptionvoid close()
void reset()
throws java.sql.SQLException
java.sql.SQLException - if this operation is not supported