Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
LoaderCSVOptionsStep<R extends TableRecord<R>>
The
Loader API is used for configuring data loads. |
interface |
LoaderJSONOptionsStep<R extends TableRecord<R>>
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.
|
Copyright © 2015. All Rights Reserved.