public abstract class ZippedResultSetReader extends Object implements ResultSetReader
Constructor and Description |
---|
ZippedResultSetReader(InputStream inStream,
Charset encoding,
char delimiter,
boolean isHeaderRowPresent) |
Modifier and Type | Method and Description |
---|---|
char |
getDelimiter() |
Charset |
getEncoding() |
String[] |
getRow()
Returns column values for the current row.
|
ZipInputStream |
getZipStream() |
boolean |
isHeaderRowPresent() |
boolean |
next()
Returns true if next row is present in result set and moves the cursor to that row.
|
public ZippedResultSetReader(InputStream inStream, Charset encoding, char delimiter, boolean isHeaderRowPresent) throws LensClientIOException
LensClientIOException
public String[] getRow() throws LensClientIOException
ResultSetReader
getRow
in interface ResultSetReader
LensClientIOException
public boolean next() throws LensClientIOException
ResultSetReader
next
in interface ResultSetReader
LensClientIOException
@Generated(value="lombok") public ZipInputStream getZipStream()
@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.