Module org.jooq
Package org.jooq

Interface XMLQueryPassingStep


public interface XMLQueryPassingStep
A step in the construction of an XMLQUERY expression.
Author:
Lukas Eder
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Field<XML>
    Add the PASSING clause to the XMLQUERY expression.
    @NotNull Field<XML>
    passing(XML xml)
    Add the PASSING clause to the XMLQUERY expression.
    @NotNull Field<XML>
    Add the PASSING BY REF clause to the XMLQUERY expression.
    @NotNull Field<XML>
    Add the PASSING BY REF clause to the XMLQUERY expression.