Module io.ebean.platform.sqlserver
Package io.ebean.platform.sqlserver
Class SqlServerHistorySupport
java.lang.Object
io.ebean.config.dbplatform.DbStandardHistorySupport
io.ebean.platform.sqlserver.SqlServerHistorySupport
- All Implemented Interfaces:
DbHistorySupport
History support only valid on SqlServer 2016 or later.
- Author:
- Vilmos Nagy
-
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
-
SqlServerHistorySupport
public SqlServerHistorySupport()
-
-
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.
-