Available in versions: Dev (3.19) | Latest (3.18) | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11 | 3.10 | 3.9
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.
ARRAY functions
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
The SQL standard specifies an ARRAY
data type, which allows for nesting collections of scalar values and even ROW expressions.
In order to operate on ARRAY
data types, a few functions are made available by jOOQ.
Table of contents
- 4.11.16.1.
- ARRAY_CONCAT
- 4.11.16.2.
- ARRAY_GET
- 4.11.16.3.
- ARRAY_OVERLAP
- 4.11.16.4.
- ARRAY_REMOVE
- 4.11.16.5.
- ARRAY_REPLACE
- 4.11.16.6.
- ARRAY constructor
- 4.11.16.7.
- ARRAY constructor from subquery
- 4.11.16.8.
- CARDINALITY
previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!