public interface XMLQueryPassingStep
XMLQUERY
expression.Modifier and Type | Method and Description |
---|---|
@NotNull Field<XML> |
passing(Field<XML> 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> |
passingByRef(Field<XML> xml)
Add the
PASSING BY REF clause to the XMLQUERY
expression. |
@NotNull Field<XML> |
passingByRef(XML xml)
Add the
PASSING BY REF clause to the XMLQUERY
expression. |
@NotNull @Support(value=POSTGRES) @NotNull Field<XML> passing(XML xml)
PASSING
clause to the XMLQUERY
expression.@NotNull @Support(value=POSTGRES) @NotNull Field<XML> passing(Field<XML> xml)
PASSING
clause to the XMLQUERY
expression.@NotNull @Support(value=POSTGRES) @NotNull Field<XML> passingByRef(XML xml)
PASSING BY REF
clause to the XMLQUERY
expression.Copyright © 2021. All rights reserved.