Uses of Class
org.jooq.XML
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.DB2
dialect family.This package contains classes related to the
SQLDialect.ORACLE
dialect family.-
Uses of XML in org.jooq
Modifier and TypeMethodDescriptionstatic final @NotNull XML
Create a newXML
instance from string data input.static final @NotNull XML
Create a newXML
instance from string data input.static final @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 TypeMethodDescriptionQOM.XMLDocument.$content()
QOM.XMLAgg.$field()
QOM.XMLExists.$passing()
QOM.XMLQuery.$passing()
QOM.XMLSerialize.$value()
AbstractXMLasObjectBinding.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<?>> args) TheXMLCONCAT
function.TheXMLCONCAT
function.DSL.xmldocument
(Field<XML> content) TheXMLDOCUMENT
function.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.TheXMLPI
function.TheXMLPI
function.TheXMLPI
function.TheXMLPI
function.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
function.Modifier and TypeMethodDescriptiondefault @NotNull QOM.XMLDocument
default @NotNull QOM.XMLSerialize<T>
static @NotNull XMLAggOrderByStep<XML>
The XML aggregate function.DSL.xmldocument
(Field<XML> content) TheXMLDOCUMENT
function.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
function. -
Uses of XML in org.jooq.util.db2
-
Uses of XML in org.jooq.util.oracle