Available in versions: Dev (3.18) | Latest (3.17) | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11 | 3.10 | 3.9 | 3.8
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.7.11.1.
- BIT_AND
- 4.7.11.2.
- BIT_COUNT
- 4.7.11.3.
- BIT_NAND
- 4.7.11.4.
- BIT_NOR
- 4.7.11.5.
- BIT_NOT
- 4.7.11.6.
- BIT_OR
- 4.7.11.7.
- BIT_XNOR
- 4.7.11.8.
- BIT_XOR
- 4.7.11.9.
- SHL
- 4.7.11.10.
- SHR
The jOOQ User Manual : SQL building : Column expressions : Bitwise functions | previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!