public interface SimpleRowSource
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the row source.
|
Object[] |
readRow()
Get the next row.
|
void |
reset()
Reset the position (before the first row).
|
Object[] readRow() throws SQLException
SQLException
void close()
void reset() throws SQLException
SQLException
- if this operation is not supportedCopyright © 2020 JBoss by Red Hat. All rights reserved.