private static class RecordSqlWriter.ResultSetRecordSetWithCallback extends ResultSetRecordSet
| Modifier and Type | Field and Description |
|---|---|
private JdbcCommon.ResultSetRowCallback |
callback |
| Constructor and Description |
|---|
ResultSetRecordSetWithCallback(ResultSet rs,
RecordSchema readerSchema,
JdbcCommon.ResultSetRowCallback callback,
int defaultPrecision,
int defaultScale,
boolean useLogicalTypes) |
| Modifier and Type | Method and Description |
|---|---|
Record |
next() |
close, createRecord, getResultSet, getSchema, hasMoreRows, setMoreRowsprivate final JdbcCommon.ResultSetRowCallback callback
ResultSetRecordSetWithCallback(ResultSet rs, RecordSchema readerSchema, JdbcCommon.ResultSetRowCallback callback, int defaultPrecision, int defaultScale, boolean useLogicalTypes) throws SQLException
SQLExceptionpublic Record next() throws IOException
next in interface RecordSetnext in class ResultSetRecordSetIOExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.