org.jooq
Interface RecordHandler<R extends Record>


public interface RecordHandler<R extends Record>

A RecordHandler is a handler that can receive Record objects, when fetching data from the database.

Author:
Lukas Eder

Method Summary
 void next(R record)
          A callback method indicating that the next record has been fetched.
 

Method Detail

next

void next(R record)
A callback method indicating that the next record has been fetched.



Copyright © 2012. All Rights Reserved.