| org.h2.tools.SimpleRowSource
All known Subclasses: org.h2.tools.Csv,
SimpleRowSource | public interface SimpleRowSource (Code) | | 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. | Object[] | readRow() Get the next row. | void | reset() Reset the position (before the first row). |
close | void close()(Code) | | Close the row source.
|
|
|