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

This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.

String functions

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

String formatting can be done efficiently in the database before returning results to your Java application. As discussed in the chapter about SQL dialects string functions (as any function type) are mostly emulated in your database, in case they are not natively supported.

Table of contents

4.11.16.1.
ASCII
4.11.16.2.
BIN_TO_UUID (new)
4.11.16.3.
BIT_LENGTH
4.11.16.4.
CHR
4.11.16.5.
CONCAT (|| operator)
4.11.16.6.
DIGITS
4.11.16.7.
LEFT
4.11.16.8.
LENGTH
4.11.16.9.
LOWER
4.11.16.10.
LPAD
4.11.16.11.
LTRIM
4.11.16.12.
MD5
4.11.16.13.
MID
4.11.16.14.
OCTET_LENGTH
4.11.16.15.
OVERLAY
4.11.16.16.
POSITION
4.11.16.17.
REGEXP_REPLACE
4.11.16.18.
REPEAT
4.11.16.19.
REPLACE
4.11.16.20.
REVERSE
4.11.16.21.
RIGHT
4.11.16.22.
RPAD
4.11.16.23.
RTRIM
4.11.16.24.
SPACE
4.11.16.25.
SPLIT_PART
4.11.16.26.
SUBSTRING
4.11.16.27.
SUBSTRING_INDEX
4.11.16.28.
TO_CHAR
4.11.16.29.
TO_HEX
4.11.16.30.
TRANSLATE
4.11.16.31.
TRIM
4.11.16.32.
UPPER
4.11.16.33.
UUID
4.11.16.34.
UUID_TO_BIN (new)

previous : next

References to this page

Feedback

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

The jOOQ Logo