Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
LoaderCSVOptionsStep<R extends Record>
The
Loader API is used for configuring data loads. |
interface |
LoaderJSONOptionsStep<R extends Record>
The
Loader API is used for configuring data loads. |
Modifier and Type | Method and Description |
---|---|
LoaderListenerStep<R> |
LoaderRowsStep.fields(Collection<? extends Field<?>> fields)
Specify the the fields to be loaded into the table in the correct order.
|
LoaderListenerStep<R> |
LoaderRowsStep.fields(Field<?>... fields)
Specify the the fields to be loaded into the table in the correct order.
|
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 © 2017. All Rights Reserved.