- 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 Summary
Constructors Constructor Description MariaDbHistorySupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsOfViewSuffix(String asOfViewSuffix)Return the ' as of timestamp ?' clause appended after the table name.StringgetSysPeriodLower(String tableAlias, String sysPeriod)Returns the SQL Server specific effective start column.StringgetSysPeriodUpper(String tableAlias, String sysPeriod)Returns the SQL Server specific effective end column.StringgetVersionsBetweenSuffix(String asOfViewSuffix)-
Methods inherited from class io.ebean.config.dbplatform.DbStandardHistorySupport
getAsOfPredicate, getBindCount, isStandardsBased
-
-
-
-
Method Detail
-
getAsOfViewSuffix
public String getAsOfViewSuffix(String asOfViewSuffix)
Return the ' as of timestamp ?' clause appended after the table name.
-
getSysPeriodLower
public String getSysPeriodLower(String tableAlias, String sysPeriod)
Returns the SQL Server specific effective start column.
-
-