Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
LoaderJSONOptionsStep<R> |
LoaderJSONStep.fields(Collection<? extends Field<?>> fields)
Specify the the fields to be loaded into the table in the correct order.
|
LoaderJSONOptionsStep<R> |
LoaderJSONStep.fields(Field<?>... fields)
Specify the the fields to be loaded into the table in the correct order.
|
LoaderJSONOptionsStep<R> |
LoaderJSONOptionsStep.ignoreRows(int number)
Deprecated.
- [#4859] - This is not supported for JSON loading.
|
Copyright © 2016. All Rights Reserved.