| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API. |
| Modifier and Type | Method and Description |
|---|---|
<H extends RecordHandler<? super R>> |
ResultQuery.fetchInto(H handler)
Fetch results into a custom handler callback.
|
<H extends RecordHandler<? super R>> |
Cursor.fetchInto(H handler)
Fetch results into a custom handler callback.
|
<H extends RecordHandler<? super R>> |
Cursor.fetchOneInto(H handler)
Fetch the next record into a custom handler callback.
|
<H extends RecordHandler<? super R>> |
Result.into(H handler)
Map results into a custom handler callback.
|
Copyright © 2015. All Rights Reserved.