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 @NotNull XMLCreate a newXMLinstance from string data input.static @NotNull XMLCreate a newXMLinstance from string data input.static @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 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, 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<?>> 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)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.The XML processing instruction constructor.The XML processing instruction constructor.The XML processing instruction constructor.The XML processing instruction constructor.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)TheXMLSERIALIZE_DOCUMENTfunction.Method parameters in org.jooq.impl with type arguments of type XMLModifier 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_CONTENTfunction.static <T> @NotNull Field<T>DSL.xmlserializeDocument(Field<XML> value, DataType<T> type)TheXMLSERIALIZE_DOCUMENTfunction.