Uses of Class
org.jooq.XML
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of XML in org.jooq
Modifier and TypeMethodDescriptionstatic @NotNull XML
Create a newXML
instance from string data input.static @NotNull XML
Create a newXML
instance from string data input.static @Nullable XML
Modifier and TypeMethodDescription@NotNull SelectForXMLStep<Record1<XML>>
SelectForStep.forXML()
Add a SQL Server-styleFOR XML
clause.Add thePASSING
clause to theXMLQUERY
expression.Add thePASSING
clause to theXMLQUERY
expression.XMLQueryPassingStep.passingByRef(Field<XML> xml)
Add thePASSING BY REF
clause to theXMLQUERY
expression.XMLQueryPassingStep.passingByRef(XML xml)
Add thePASSING BY REF
clause to theXMLQUERY
expression.XMLQueryPassingStep.passingByValue(Field<XML> xml)
Add thePASSING BY VALUE
clause to theXMLQUERY
expression.XMLQueryPassingStep.passingByValue(XML xml)
Add thePASSING BY VALUE
clause to theXMLQUERY
expression.Modifier and TypeMethodDescription@NotNull Condition
Add thePASSING
clause to theXMLEXISTS
predicate.Add thePASSING
clause to theXMLQUERY
expression.@NotNull XMLTableColumnsFirstStep
Add thePASSING
clause to theXMLEXISTS
predicate.@NotNull Condition
XMLExistsPassingStep.passingByRef(XML xml)
Add thePASSING BY REF
clause to theXMLEXISTS
predicate.XMLQueryPassingStep.passingByRef(XML xml)
Add thePASSING BY REF
clause to theXMLQUERY
expression.@NotNull XMLTableColumnsFirstStep
XMLTablePassingStep.passingByRef(XML xml)
Add thePASSING BY REF
clause to theXMLEXISTS
predicate.@NotNull Condition
XMLExistsPassingStep.passingByValue(XML xml)
Add thePASSING BY VALUE
clause to theXMLEXISTS
predicate.XMLQueryPassingStep.passingByValue(XML xml)
Add thePASSING BY VALUE
clause to theXMLQUERY
expression.@NotNull XMLTableColumnsFirstStep
XMLTablePassingStep.passingByValue(XML xml)
Add thePASSING BY VALUE
clause to theXMLEXISTS
predicate.Modifier and TypeMethodDescription@NotNull Condition
Add thePASSING
clause to theXMLEXISTS
predicate.Add thePASSING
clause to theXMLQUERY
expression.@NotNull XMLTableColumnsFirstStep
Add thePASSING
clause to theXMLEXISTS
predicate.@NotNull Condition
XMLExistsPassingStep.passingByRef(Field<XML> xml)
Add thePASSING BY REF
clause to theXMLEXISTS
predicate.XMLQueryPassingStep.passingByRef(Field<XML> xml)
Add thePASSING BY REF
clause to theXMLQUERY
expression.@NotNull XMLTableColumnsFirstStep
XMLTablePassingStep.passingByRef(Field<XML> xml)
Add thePASSING BY REF
clause to theXMLEXISTS
predicate.@NotNull Condition
XMLExistsPassingStep.passingByValue(Field<XML> xml)
Add thePASSING BY VALUE
clause to theXMLEXISTS
predicate.XMLQueryPassingStep.passingByValue(Field<XML> xml)
Add thePASSING BY VALUE
clause to theXMLQUERY
expression.@NotNull XMLTableColumnsFirstStep
XMLTablePassingStep.passingByValue(Field<XML> xml)
Add thePASSING BY VALUE
clause to theXMLEXISTS
predicate. -
Uses of XML in org.jooq.impl
Modifier and TypeMethodDescriptionAbstractXMLasObjectBinding.converter()
XMLasDOMBinding.converter()
Create a bind value that is always inlined.Get a bind value.A synonym forDSL.val(XML)
to be used in Scala and Groovy, whereval
is a reserved keyword.static @NotNull XMLAggOrderByStep<XML>
The XML aggregate function.DSL.xmlcomment(String comment)
TheXMLCOMMENT
function.DSL.xmlcomment(Field<String> comment)
TheXMLCOMMENT
function.DSL.xmlconcat(Collection<? extends Field<?>> fields)
The XML concat function.The XML concat function.DSL.xmldocument(Field<XML> content)
The XML document constructor.DSL.xmlelement(String name, Collection<? extends Field<?>> content)
The XML element constructor.DSL.xmlelement(String name, Field<?>... content)
The XML element constructor.DSL.xmlelement(String name, XMLAttributes attributes, Collection<? extends Field<?>> content)
The XML element constructor.DSL.xmlelement(String name, XMLAttributes attributes, Field<?>... content)
The XML element constructor.DSL.xmlelement(Name name, Collection<? extends Field<?>> content)
The XML element constructor.DSL.xmlelement(Name name, Field<?>... content)
The XML element constructor.DSL.xmlelement(Name name, XMLAttributes attributes, Collection<? extends Field<?>> content)
The XML element constructor.DSL.xmlelement(Name name, XMLAttributes attributes, Field<?>... content)
The XML element constructor.DSL.xmlforest(Collection<? extends Field<?>> fields)
TheXMLFOREST
function.TheXMLFOREST
function.DSL.xmlparseContent(String content)
The XML parse function.DSL.xmlparseContent(Field<String> content)
The XML parse function.DSL.xmlparseDocument(String content)
The XML parse function.DSL.xmlparseDocument(Field<String> content)
The XML parse function.The XML processing instruction constructor.The XML processing instruction constructor.The XML processing instruction constructor.The XML processing instruction constructor.Modifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(XML)
to be used in Scala and Groovy, whereval
is a reserved keyword.static <T> @NotNull Field<T>
DSL.xmlserializeContent(XML value, DataType<T> type)
TheXMLSERIALIZE_CONTENT
function.static <T> @NotNull Field<T>
DSL.xmlserializeDocument(XML value, DataType<T> type)
TheXMLSERIALIZE_DOCUMENT
function.Modifier and TypeMethodDescriptionstatic @NotNull XMLAggOrderByStep<XML>
The XML aggregate function.DSL.xmldocument(Field<XML> content)
The XML document constructor.static <T> @NotNull Field<T>
DSL.xmlserializeContent(Field<XML> value, DataType<T> type)
TheXMLSERIALIZE_CONTENT
function.static <T> @NotNull Field<T>
DSL.xmlserializeDocument(Field<XML> value, DataType<T> type)
TheXMLSERIALIZE_DOCUMENT
function.