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

Bitwise functions

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

Most databases only support a few bitwise operations, while others ship with the full set of operators. jOOQ's API includes most bitwise operations as listed below. In order to avoid ambiguities with conditional operators, most bitwise functions are prefixed with "bit"

Table of contents

4.8.11.1.
BIT_AND
4.8.11.2.
BIT_COUNT
4.8.11.3.
BIT_NAND
4.8.11.4.
BIT_NOR
4.8.11.5.
BIT_NOT
4.8.11.6.
BIT_OR
4.8.11.7.
BIT_XNOR
4.8.11.8.
BIT_XOR
4.8.11.9.
SHL
4.8.11.10.
SHR

previous : next

Feedback

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

The jOOQ Logo