Uses of Interface
org.jooq.XMLTableColumnsFirstStep
-
Uses of XMLTableColumnsFirstStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of anXMLTABLE
expression.interface
A step in the construction of anXMLTABLE
expression.interface
A step in the construction of anXMLTABLE
expression.Modifier and TypeMethodDescription@NotNull XMLTableColumnsFirstStep
Add thePASSING
clause to theXMLEXISTS
predicate.@NotNull XMLTableColumnsFirstStep
Add thePASSING
clause to theXMLEXISTS
predicate.@NotNull XMLTableColumnsFirstStep
XMLTablePassingStep.passingByRef
(Field<XML> xml) Add thePASSING BY REF
clause to theXMLEXISTS
predicate.@NotNull XMLTableColumnsFirstStep
XMLTablePassingStep.passingByRef
(XML xml) Add thePASSING BY REF
clause to theXMLEXISTS
predicate.@NotNull XMLTableColumnsFirstStep
XMLTablePassingStep.passingByValue
(Field<XML> xml) Add thePASSING BY VALUE
clause to theXMLEXISTS
predicate.@NotNull XMLTableColumnsFirstStep
XMLTablePassingStep.passingByValue
(XML xml) Add thePASSING BY VALUE
clause to theXMLEXISTS
predicate.