java.lang.Object
io.ebean.config.dbplatform.DbStandardHistorySupport
io.ebean.platform.mariadb.MariaDbHistorySupport
- All Implemented Interfaces:
DbHistorySupport
History support for MariaDB.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsOfViewSuffix(String asOfViewSuffix) Return the ' as of timestamp ?' clause appended after the table name.getSysPeriodLower(String tableAlias, String sysPeriod) Returns the SQL Server specific effective start column.getSysPeriodUpper(String tableAlias, String sysPeriod) Returns the SQL Server specific effective end column.getVersionsBetweenSuffix(String asOfViewSuffix) Methods inherited from class io.ebean.config.dbplatform.DbStandardHistorySupport
getAsOfPredicate, getBindCount, isStandardsBased
-
Constructor Details
-
MariaDbHistorySupport
public MariaDbHistorySupport()
-
-
Method Details
-
getAsOfViewSuffix
Return the ' as of timestamp ?' clause appended after the table name. -
getVersionsBetweenSuffix
-
getSysPeriodLower
Returns the SQL Server specific effective start column. -
getSysPeriodUpper
Returns the SQL Server specific effective end column.
-