| Class | Description |
|---|---|
| Derby |
platform configuration for Apache Derby.
|
| Generic |
Base platform implementation assuming standard ANSI SQL support.
|
| H2 |
H2 Database.
|
| HSQL |
platform configuration for HSQLDB.
|
| MySQL |
MySQL SQL/PSM (5+).
|
| Oracle |
Oracle 12c and later PL/SQL.
|
| PlatformDelegate |
Given a
Connection will pick a existing platform type based on the JDBC driver
metadata product name, otherwise will use Generic as a default. |
| PostgresSQL |
PostgresSQL PL/pgSQL (9+)
|
| SQLite |
SQLite.
|
| SQLite.InsertOrReplace | |
| SQLServer |
Microsoft SQL Server 2012 or later
|