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.