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