diff --git a/jOOQ/src/main/java/org/jooq/DSLContext.java b/jOOQ/src/main/java/org/jooq/DSLContext.java index b8ae861569..b8b3834c03 100644 --- a/jOOQ/src/main/java/org/jooq/DSLContext.java +++ b/jOOQ/src/main/java/org/jooq/DSLContext.java @@ -4643,6 +4643,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4673,6 +4679,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4703,6 +4715,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4733,6 +4751,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4763,6 +4787,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4793,6 +4823,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4823,6 +4859,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4853,6 +4895,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4883,6 +4931,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4913,6 +4967,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4943,6 +5003,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4973,6 +5039,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5003,6 +5075,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5033,6 +5111,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5063,6 +5147,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5093,6 +5183,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5123,6 +5219,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5153,6 +5255,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5183,6 +5291,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5213,6 +5327,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5243,6 +5363,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -5273,6 +5399,12 @@ public interface DSLContext extends Scope /* [java-8] */, AutoCloseable /* [/jav * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm * * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions diff --git a/jOOQ/src/main/java/org/jooq/impl/DSL.java b/jOOQ/src/main/java/org/jooq/impl/DSL.java index 509b32b00e..ec440aaa60 100644 --- a/jOOQ/src/main/java/org/jooq/impl/DSL.java +++ b/jOOQ/src/main/java/org/jooq/impl/DSL.java @@ -3468,6 +3468,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3500,6 +3511,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3532,6 +3554,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3564,6 +3597,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3596,6 +3640,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3628,6 +3683,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3660,6 +3726,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3692,6 +3769,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3724,6 +3812,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3756,6 +3855,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3788,6 +3898,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3820,6 +3941,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3852,6 +3984,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3884,6 +4027,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3916,6 +4070,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3948,6 +4113,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -3980,6 +4156,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4012,6 +4199,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4044,6 +4242,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4076,6 +4285,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4108,6 +4328,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions @@ -4140,6 +4371,17 @@ public class DSL { * >www.h2database.com/html/grammar.html#merge * * + * HANA + * HANA natively supports this syntax + * http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/fc06a7751910149892c0d09be21a38/content.htm + * + * + * PostgreSQL + * This database can emulate the H2-specific MERGE statement via + * INSERT .. ON CONFLICT DO UPDATE + * http://www.postgresql.org/docs/9.5/static/sql-insert.html + * + * * DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere * These databases can emulate the H2-specific MERGE statement using a * standard SQL MERGE statement, without restrictions