Module org.jooq
Package org.jooq

Interface XMLTableColumnForOrdinalityStep

  • All Known Subinterfaces:
    XMLTableColumnPathStep

    public interface XMLTableColumnForOrdinalityStep
    A step in the construction of an XMLTABLE expression.
    Author:
    Lukas Eder
    • Method Detail

      • forOrdinality

        @NotNull
        @Support(POSTGRES)
        @NotNull XMLTableColumnsStep forOrdinality()
        Specify the FOR ORDINALITY clause on a column in the COLUMNS clause of the XMLTABLE predicate.