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.fetchNextInto(H handler)
Fetch the next record into a custom handler callback.
|
<H extends RecordHandler<? super R>> |
Cursor.fetchOneInto(H handler)
Deprecated.
- 3.10 - [#6363] - Use
Cursor.fetchNextInto(RecordHandler) instead. |
<H extends RecordHandler<? super R>> |
Result.into(H handler)
Map results into a custom handler callback.
|
Copyright © 2018. All Rights Reserved.