From bbe365679bcf57386d2e47454f89e8ffa43a246e Mon Sep 17 00:00:00 2001
From: Lukas Eder
+ Just like
+ Here is how it's done with jOOQ: +
+ ++ When you alias Fields like above, you can access those Fields' values using the alias name: +
+ ++ Every RDMBS out there has its own little specialties. jOOQ considers those specialties as much as possible, while trying to standardise the behaviour in jOOQ. In order to increase the quality of jOOQ, some 70 unit tests are run for syntax and variable binding verification, as well as some 180 integration tests with an overall of around 1200 queries for any of these databases: +
++ These platforms have been observed to work as well, but are not integration-tested +
++ Any of the following databases might be available in the future +
++ Any of the following databases are being observed for a potential integration +
++ This section will soon contain a feature matrix, documenting what feature is available for which database. +
+ Some databases support cursors returned from stored procedures. They are mapped to the following jOOQ data type: +
+ +
+ In fact, such a cursor will be fetched immediately by jOOQ and wrapped in an
+ The SQL standard specifies ARRAY data types, that can be mapped to Java arrays as such: +
+ ++ The above array type is supported by these SQL dialects: +
+
+ Oracle has strongly-typed arrays and table types (as opposed to the previously seen anonymously typed arrays). These arrays are wrapped by