Uses of Interface
org.jooq.XMLAttributes
Packages that use XMLAttributes
-
Uses of XMLAttributes in org.jooq.impl
Methods in org.jooq.impl that return XMLAttributesModifier 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.Methods in org.jooq.impl with parameters of type XMLAttributesModifier 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.