Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
LoaderListenerStep<R> |
LoaderRowsStep.fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target
table's field.
|
LoaderListenerStep<R> |
LoaderJSONStep.fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target
table's field.
|
LoaderListenerStep<R> |
LoaderCSVStep.fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target
table's field.
|
Copyright © 2016. All Rights Reserved.