Uses of Interface
org.jooq.XMLAttributes
-
Uses of XMLAttributes in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull XMLAttributes
DSL.xmlattributes(Collection<? extends Field<?>> attributes)
The XML attributes constructor.static @NotNull XMLAttributes
DSL.xmlattributes(Field<?>... attributes)
The XML attributes constructor.Modifier and TypeMethodDescriptionDSL.xmlelement(String name, XMLAttributes attributes, Collection<? extends Field<?>> content)
The XML element constructor.DSL.xmlelement(String name, XMLAttributes attributes, Field<?>... content)
The XML element constructor.DSL.xmlelement(Name name, XMLAttributes attributes, Collection<? extends Field<?>> content)
The XML element constructor.DSL.xmlelement(Name name, XMLAttributes attributes, Field<?>... content)
The XML element constructor.