Interface PlatformHistoryDdl.TableBased

All Superinterfaces:
PlatformHistoryDdl
All Known Implementing Classes:
Db2HistoryDdl, DbTableBasedHistoryDdl, DbTriggerBasedHistoryDdl, H2HistoryDdl, HanaHistoryDdl, MySqlHistoryDdl, NuoDbHistoryDdl, PostgresHistoryDdl, YugabyteHistoryDdl
Enclosing interface:
PlatformHistoryDdl

public static interface PlatformHistoryDdl.TableBased extends PlatformHistoryDdl
When history is table based, then alters on the live tables are applied also to the history tables. This is required for DbTriggerBased histories or on platforms like Hana, which are not SQL2011 history compatible (at least from DDL perspective)