Module org.jooq
Package org.jooq

Interface XMLAttributes

All Superinterfaces:
QueryPart, Serializable

public interface XMLAttributes extends QueryPart
A type modelling XML attributes for use in DSL.xmlelement(Name, XMLAttributes, Field...).
Author:
Lukas Eder
  • Method Details

    • $attributes

      @Experimental @NotNull @NotNull QOM.UnmodifiableList<? extends Field<?>> $attributes()
      Experimental query object model accessor method, see also QOM. Subject to change in future jOOQ versions, use at your own risk.