Class DB2HistorySupport

java.lang.Object
io.ebean.config.dbplatform.DbStandardHistorySupport
io.ebean.platform.db2.DB2HistorySupport
All Implemented Interfaces:
io.ebean.config.dbplatform.DbHistorySupport

public class DB2HistorySupport extends io.ebean.config.dbplatform.DbStandardHistorySupport
DB2 based history support.
  • Constructor Details

    • DB2HistorySupport

      public DB2HistorySupport()
  • Method Details

    • getAsOfViewSuffix

      public String getAsOfViewSuffix(String asOfViewSuffix)
    • getVersionsBetweenSuffix

      public String getVersionsBetweenSuffix(String asOfViewSuffix)
    • getSysPeriodLower

      public String getSysPeriodLower(String tableAlias, String sysPeriod)
    • getSysPeriodUpper

      public String getSysPeriodUpper(String tableAlias, String sysPeriod)