@FunctionalInterface public interface RecordHandler<R extends Record>
RecordHandler is a handler that can receive Record
 objects, when fetching data from the database.| Modifier and Type | Method and Description | 
|---|---|
void | 
next(R record)
A callback method indicating that the next record has been fetched. 
 | 
void next(R record)
Copyright © 2019. All rights reserved.