Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
JSONFormat.RecordFormat |
JSONFormat.recordFormat()
The record format to be applied, defaulting to
ARRAY . |
static JSONFormat.RecordFormat |
JSONFormat.RecordFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSONFormat.RecordFormat[] |
JSONFormat.RecordFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JSONFormat |
JSONFormat.recordFormat(JSONFormat.RecordFormat newRecordFormat)
The record format to be applied, defaulting to
ARRAY . |
Copyright © 2018. All Rights Reserved.