| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API. |
| Modifier and Type | Method and Description |
|---|---|
JSONFormat |
JSONFormat.header(boolean newHeader)
Whether to emit a header row with column names, defaulting to
true. |
JSONFormat |
JSONFormat.recordFormat(JSONFormat.RecordFormat newRecordFormat)
The record format to be applied, defaulting to
JSONFormat.RecordFormat.ARRAY. |
| Modifier and Type | Method and Description |
|---|---|
String |
Result.formatJSON(JSONFormat format)
Get a simple formatted representation of this result as a JSON data
structure, according to the format.
|
void |
Result.formatJSON(OutputStream stream,
JSONFormat format)
Like
Result.formatJSON(JSONFormat), but the data is output onto an OutputStream. |
void |
Result.formatJSON(Writer writer,
JSONFormat format)
Like
Result.formatJSON(JSONFormat), but the data is output onto a Writer. |
Copyright © 2017. All Rights Reserved.