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)
Specify that a certain number of rows should be ignored from the JSON
input.
|
Copyright © 2014. All Rights Reserved.