|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RecordHandler | |
|---|---|
| org.jooq | |
| Uses of RecordHandler in org.jooq |
|---|
| Methods in org.jooq with type parameters of type RecordHandler | ||
|---|---|---|
|
ResultQuery.fetchInto(H handler)
Fetch results into a custom handler callback |
|
|
Cursor.fetchInto(H handler)
Fetch results into a custom handler callback |
|
|
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. |
|
|
Result.into(H handler)
Map results into a custom handler callback |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||