public static class ImpExReader.ResultSetCSVReader extends CSVReader
CSVReader extension for reading a SQL ResultSet as CSV. Transform each line of the
ResultSet into a CSV string. Used to access SQL data with the ImpExReader within
includeSQLData.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the reader.
|
protected java.lang.String |
readSrcLineFromStream()
Reads next line from stream.
|
applyDecorators, clearAllCellDecorators, clearCellDecorator, closeQuietly, finished, getCellDecorator, getCommentOut, getCurrentLineNumber, getDecoratorMap, getFieldSeparator, getLine, getSourceLine, getTextSeparator, hasCellDecorators, isCommentedOut, isFinished, isMultiLineMode, isReading, isShowComments, markFinished, mustSkip, notifyNextLine, parse, parse, parse, parse, parseLine, readNextLine, setCellDecorator, setCommentOut, setFieldSeparator, setLinesToSkip, setMaxBufferLines, setMultiLineMode, setShowComments, setTextSeparator, trimpublic void close()
throws java.io.IOException
CSVReaderprotected java.lang.String readSrcLineFromStream()
CSVReadernull is returned and finished flag will be
set.readSrcLineFromStream in class CSVReadernullCopyright © 2018 SAP SE. All Rights Reserved.