Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
LoaderJSONStep<R> |
LoaderSourceStep.loadJSON(File file)
Load JSON data
|
LoaderJSONStep<R> |
LoaderSourceStep.loadJSON(InputStream stream)
Load JSON data
|
LoaderJSONStep<R> |
LoaderSourceStep.loadJSON(Reader reader)
Load JSON data
|
LoaderJSONStep<R> |
LoaderSourceStep.loadJSON(String data)
Load JSON data
|
Copyright © 2014. All Rights Reserved.