Uses of Class
org.jooq.XML
Packages that use 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 final @NotNull XMLCreate a newXMLinstance from string data input.static final @NotNull XMLCreate a newXMLinstance from string data input.static final @Nullable XMLModifier and TypeMethodDescription@NotNull SelectForXMLStep<Record1<XML>>SelectForStep.forXML()Add a SQL Server-styleFOR XMLclause.Add thePASSINGclause to theXMLQUERYexpression.Add thePASSINGclause to theXMLQUERYexpression.XMLQueryPassingStep.passingByRef(Field<XML> xml) Add thePASSING BY REFclause to theXMLQUERYexpression.XMLQueryPassingStep.passingByRef(XML xml) Add thePASSING BY REFclause to theXMLQUERYexpression.XMLQueryPassingStep.passingByValue(Field<XML> xml) Add thePASSING BY VALUEclause to theXMLQUERYexpression.XMLQueryPassingStep.passingByValue(XML xml) Add thePASSING BY VALUEclause to theXMLQUERYexpression.Modifier and TypeMethodDescription@NotNull ConditionAdd thePASSINGclause to theXMLEXISTSpredicate.Add thePASSINGclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull ConditionXMLExistsPassingStep.passingByRef(XML xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.XMLQueryPassingStep.passingByRef(XML xml) Add thePASSING BY REFclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepXMLTablePassingStep.passingByRef(XML xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull ConditionXMLExistsPassingStep.passingByValue(XML xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.XMLQueryPassingStep.passingByValue(XML xml) Add thePASSING BY VALUEclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepXMLTablePassingStep.passingByValue(XML xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.Modifier and TypeMethodDescription@NotNull ConditionAdd thePASSINGclause to theXMLEXISTSpredicate.Add thePASSINGclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepAdd thePASSINGclause to theXMLEXISTSpredicate.@NotNull ConditionXMLExistsPassingStep.passingByRef(Field<XML> xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.XMLQueryPassingStep.passingByRef(Field<XML> xml) Add thePASSING BY REFclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepXMLTablePassingStep.passingByRef(Field<XML> xml) Add thePASSING BY REFclause to theXMLEXISTSpredicate.@NotNull ConditionXMLExistsPassingStep.passingByValue(Field<XML> xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate.XMLQueryPassingStep.passingByValue(Field<XML> xml) Add thePASSING BY VALUEclause to theXMLQUERYexpression.@NotNull XMLTableColumnsFirstStepXMLTablePassingStep.passingByValue(Field<XML> xml) Add thePASSING BY VALUEclause to theXMLEXISTSpredicate. -
Uses of XML in org.jooq.impl
Fields in org.jooq.impl with type parameters of type XMLMethods in org.jooq.impl that return types with arguments of type XMLModifier 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, wherevalis a reserved keyword.static @NotNull XMLAggOrderByStep<XML>The XML aggregate function.DSL.xmlcomment(String comment) TheXMLCOMMENTfunction.DSL.xmlcomment(Field<String> comment) TheXMLCOMMENTfunction.DSL.xmlconcat(Collection<? extends Field<?>> args) TheXMLCONCATfunction.TheXMLCONCATfunction.DSL.xmldocument(Field<XML> content) TheXMLDOCUMENTfunction.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) TheXMLFORESTfunction.TheXMLFORESTfunction.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.TheXMLPIfunction.TheXMLPIfunction.TheXMLPIfunction.TheXMLPIfunction.Methods in org.jooq.impl with parameters of type XMLModifier 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, wherevalis a reserved keyword.static <T> @NotNull Field<T>DSL.xmlserializeContent(XML value, DataType<T> type) TheXMLSERIALIZE_CONTENTfunction.static <T> @NotNull Field<T>DSL.xmlserializeDocument(XML value, DataType<T> type) TheXMLSERIALIZEfunction.Method parameters in org.jooq.impl with type arguments of type XMLModifier and TypeMethodDescription@NotNull QOM.XMLDocument@NotNull QOM.XMLSerialize<T>static @NotNull XMLAggOrderByStep<XML>The XML aggregate function.DSL.xmldocument(Field<XML> content) TheXMLDOCUMENTfunction.static <T> @NotNull Field<T>DSL.xmlserializeContent(Field<XML> value, DataType<T> type) TheXMLSERIALIZE_CONTENTfunction.static <T> @NotNull Field<T>DSL.xmlserializeDocument(Field<XML> value, DataType<T> type) TheXMLSERIALIZEfunction.