Uses of Interface
org.jooq.RecordHandler

Packages that use RecordHandler
org.jooq   
 

Uses of RecordHandler in org.jooq
 

Methods in org.jooq with type parameters of type RecordHandler
<H extends RecordHandler<R>>
H
ResultQuery.fetchInto(H handler)
          Fetch results into a custom handler callback The resulting records are attached to the original Configuration by default.
<H extends RecordHandler<R>>
H
Cursor.fetchInto(H handler)
          Fetch results into a custom handler callback The resulting records are attached to the original Configuration by default.
<H extends RecordHandler<R>>
H
Cursor.fetchOneInto(H handler)
          Fetch the next record into a custom handler callback This will conveniently close the Cursor, after the last Record was fetched.
<H extends RecordHandler<R>>
H
Result.into(H handler)
          Map results into a custom handler callback
 



Copyright © 2012. All Rights Reserved.