public interface ResultSetReader
| Modifier and Type | Method and Description |
|---|---|
String[] |
getRow()
Returns column values for the current row.
|
boolean |
next()
Returns true if next row is present in result set and moves the cursor to that row.
|
String[] getRow() throws LensClientIOException
LensClientIOExceptionboolean next()
throws LensClientIOException
LensClientIOExceptionCopyright © 2014–2018 Apache Software Foundation. All rights reserved.