Uses of Class
org.jooq.XMLFormat.RecordFormat
-
Packages that use XMLFormat.RecordFormat Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of XMLFormat.RecordFormat in org.jooq
Methods in org.jooq that return XMLFormat.RecordFormat Modifier and Type Method Description XMLFormat.RecordFormat
XMLFormat. recordFormat()
The record format to be applied, defaulting toVALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE
.static XMLFormat.RecordFormat
XMLFormat.RecordFormat. valueOf(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.Methods in org.jooq with parameters of type XMLFormat.RecordFormat Modifier and Type Method Description XMLFormat
XMLFormat. recordFormat(XMLFormat.RecordFormat newRecordFormat)
The record format to be applied, defaulting toVALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE
.
-