public abstract class AbstractResultSet extends Object implements ResultSet
Constructor and Description |
---|
AbstractResultSet(InputStream inStream,
Charset encoding,
boolean isHeaderRowPresent,
char delimiter) |
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames()
Returns the column names for this result set if available otherwise null is returned
|
char |
getDelimiter() |
Charset |
getEncoding() |
InputStream |
getInStream() |
String[] |
getRow() |
boolean |
isHeaderRowPresent() |
boolean |
next()
Returns true if next row is present in result set and moves the cursor to that row.
|
public AbstractResultSet(InputStream inStream, Charset encoding, boolean isHeaderRowPresent, char delimiter) throws LensClientIOException
LensClientIOException
public String[] getColumnNames() throws LensClientIOException
ResultSet
getColumnNames
in interface ResultSet
LensClientIOException
public boolean next() throws LensClientIOException
ResultSet
next
in interface ResultSet
LensClientIOException
public String[] getRow() throws LensClientIOException
getRow
in interface ResultSet
LensClientIOException
@Generated(value="lombok") public InputStream getInStream()
@Generated(value="lombok") public Charset getEncoding()
@Generated(value="lombok") public char getDelimiter()
@Generated(value="lombok") public boolean isHeaderRowPresent()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.