[#4464] Added Javadoc to DSL.mergeXXX()
This commit is contained in:
parent
3caca18278
commit
32831bf308
@ -4643,6 +4643,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4673,6 +4679,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4703,6 +4715,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4733,6 +4751,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4763,6 +4787,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4793,6 +4823,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4823,6 +4859,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4853,6 +4895,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4883,6 +4931,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4913,6 +4967,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4943,6 +5003,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4973,6 +5039,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5003,6 +5075,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5033,6 +5111,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5063,6 +5147,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5093,6 +5183,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5123,6 +5219,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5153,6 +5255,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5183,6 +5291,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5213,6 +5327,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5243,6 +5363,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -5273,6 +5399,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
|
||||
@ -3468,6 +3468,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3500,6 +3511,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3532,6 +3554,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3564,6 +3597,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3596,6 +3640,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3628,6 +3683,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3660,6 +3726,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3692,6 +3769,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3724,6 +3812,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3756,6 +3855,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3788,6 +3898,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3820,6 +3941,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3852,6 +3984,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3884,6 +4027,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3916,6 +4070,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3948,6 +4113,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -3980,6 +4156,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4012,6 +4199,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4044,6 +4242,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4076,6 +4285,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4108,6 +4328,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
@ -4140,6 +4371,17 @@ public class DSL {
|
||||
* >www.h2database.com/html/grammar.html#merge</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>HANA</td>
|
||||
* <td>HANA natively supports this syntax</td>
|
||||
* <td><a href="http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm">http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>PostgreSQL</td>
|
||||
* <td>This database can emulate the H2-specific MERGE statement via
|
||||
* <code>INSERT .. ON CONFLICT DO UPDATE</code></td>
|
||||
* <td><a href="http://www.postgresql.org/docs/9.5/static/sql-insert.html">http://www.postgresql.org/docs/9.5/static/sql-insert.html</a></td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere</td>
|
||||
* <td>These databases can emulate the H2-specific MERGE statement using a
|
||||
* standard SQL MERGE statement, without restrictions</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user