Package io.ebeaninternal.dbmigration.ddlgeneration.platform
package io.ebeaninternal.dbmigration.ddlgeneration.platform
-
Interface SummaryInterfaceDescriptionDefines the implementation for adding history support to a table.
-
Class SummaryClassDescriptionBase implementation of DdlBuffer using an underlying writer.Base implementation for 'create table' and 'alter table' statements.CockroachDB specific DDL handling.DB2 platform specific DDL.Uses DB triggers to maintain a history table.DB trigger update when a change occurs on a table with history.Default implementation used to truncate or shorten db constraint names as required.H2 platform specific DDL.H2 history support using DB triggers to maintain a history table.Bean holding comments relating to a history table that needs to have it's associated triggers/function updated due to columns added/dropped/included or excluded.Hsqldb platform specific DDL.MariaDB platform DDL.History DDL for MariaDB.MySql specific DDL.MySql history support using DB triggers to maintain a history table.Default history implementation that does nothing.NuoDB history support using DB triggers to maintain a history table.Oracle platform specific DDL.Controls the DDL generation for a specific database platform.Postgres specific DDL.Uses DB triggers to maintain a history table.DB2 platform specific DDL.MS SQL Server platform specific DDL.
-
Enum Summary