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
LensClientIOException
boolean next() throws LensClientIOException
LensClientIOException
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.