<H extends RecordHandler<? super R>> H |
Cursor.fetchInto(H handler) |
Fetch results into a custom handler callback.
|
<H extends RecordHandler<? super R>> H |
ResultQuery.fetchInto(H handler) |
Fetch results into a custom handler callback.
|
<H extends RecordHandler<? super R>> H |
Cursor.fetchNextInto(H handler) |
Fetch the next record into a custom handler callback.
|
<H extends RecordHandler<? super R>> H |
Cursor.fetchOneInto(H handler) |
Deprecated.
|
<H extends RecordHandler<? super R>> H |
Result.into(H handler) |
Map results into a custom handler callback.
|