public interface ResultSet
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames()
Returns the column names for this result set if available otherwise null is returned
|
String[] |
getRow() |
boolean |
next()
Returns true if next row is present in result set and moves the cursor to that row.
|
boolean next() throws LensClientIOException
LensClientIOException
String[] getRow() throws LensClientIOException
LensClientIOException
String[] getColumnNames() throws LensClientIOException
LensClientIOException
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.