diff --git a/jOOQ-website/index.php b/jOOQ-website/index.php index 1c75c617e4..3ad8f227bf 100644 --- a/jOOQ-website/index.php +++ b/jOOQ-website/index.php @@ -121,12 +121,13 @@ create.select(FIRST_NAME, LAST_NAME, count()) 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 130 integration tests with an overall of around 900 queries for any + as well as some 180 integration tests with an overall of around 1200 queries for any of these databases:
+ 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