@InterfaceAudience.Public @InterfaceStability.Stable public interface ResultScanner extends java.io.Closeable, java.lang.Iterable<Result>
Table to obtain instances.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the scanner and releases any resources it has allocated
|
Result |
next()
Grab the next row's worth of values.
|
Result[] |
next(int nbRows) |
Result next() throws java.io.IOException
java.io.IOException - eResult[] next(int nbRows) throws java.io.IOException
nbRows - number of rows to returnjava.io.IOException - evoid close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeable