Uses of Interface
org.jooq.XMLAttributes
-
Packages that use XMLAttributes Package Description org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of XMLAttributes in org.jooq.impl
Methods in org.jooq.impl that return XMLAttributes Modifier and Type Method Description static @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 XMLAttributes Modifier and Type Method Description static @NotNull Field<XML>
DSL. xmlelement(String name, XMLAttributes attributes, Collection<? extends Field<?>> content)
The XML element constructor.static @NotNull Field<XML>
DSL. xmlelement(String name, XMLAttributes attributes, Field<?>... content)
The XML element constructor.static @NotNull Field<XML>
DSL. xmlelement(Name name, XMLAttributes attributes, Collection<? extends Field<?>> content)
The XML element constructor.static @NotNull Field<XML>
DSL. xmlelement(Name name, XMLAttributes attributes, Field<?>... content)
The XML element constructor.
-