Class MariaDbHistorySupport

java.lang.Object
io.ebean.config.dbplatform.DbStandardHistorySupport
io.ebean.platform.mariadb.MariaDbHistorySupport
All Implemented Interfaces:
DbHistorySupport

public class MariaDbHistorySupport extends DbStandardHistorySupport
History support for MariaDB.
  • Constructor Details

    • MariaDbHistorySupport

      public MariaDbHistorySupport()
  • Method Details

    • getAsOfViewSuffix

      public String getAsOfViewSuffix(String asOfViewSuffix)
      Return the ' as of timestamp ?' clause appended after the table name.
    • getVersionsBetweenSuffix

      public String getVersionsBetweenSuffix(String asOfViewSuffix)
    • getSysPeriodLower

      public String getSysPeriodLower(String tableAlias, String sysPeriod)
      Returns the SQL Server specific effective start column.
    • getSysPeriodUpper

      public String getSysPeriodUpper(String tableAlias, String sysPeriod)
      Returns the SQL Server specific effective end column.