Package org.apache.nifi.util.db
Interface JdbcCommon.ResultSetRowCallback
- Enclosing class:
JdbcCommon
public static interface JdbcCommon.ResultSetRowCallback
An interface for callback methods which allows processing of a row during the convertToAvroStream() processing.
IMPORTANT: This method should only work on the row pointed at by the current ResultSet reference.
Advancing the cursor (e.g.) can cause rows to be skipped during Avro transformation.
-
Method Summary
-
Method Details
-
processRow
- Throws:
IOException
-
applyStateChanges
void applyStateChanges()
-