Available in versions: Dev (3.20) | Latest (3.19) | 3.18 | 3.17 | 3.16 | 3.15 | 3.14

XML functions

Applies to ✅ Open Source Edition   ✅ Express Edition   ✅ Professional Edition   ✅ Enterprise Edition

jOOQ 3.14 introduced support for the org.jooq.XML type, which are used to wrap string based XML documents in a type safe way. With this type, there are also a few standard XML functions that have been added to the API. This section describes scalar functions, but there are also conditions, aggregate functions, and table valued functions for XML usage.

Notice that XML is case sensitive in all dialects, but SQL identifiers may not be. jOOQ by default produces quoted identifiers (see the RenderQuotedNames Setting), which maintains the case you provide in Java.

Table of contents

4.11.19.1.
XMLATTRIBUTES
4.11.19.2.
XMLCOMMENT
4.11.19.3.
XMLCONCAT
4.11.19.4.
XMLDOCUMENT
4.11.19.5.
XMLELEMENT
4.11.19.6.
XMLFOREST
4.11.19.7.
XMLPARSE
4.11.19.8.
XMLPI
4.11.19.9.
XMLQUERY
4.11.19.10.
XMLSERIALIZE

previous : next

References to this page

Feedback

Do you have any feedback about this page? We'd love to hear it!

The jOOQ Logo