- java.lang.Object
-
- io.ebean.config.dbplatform.DbStandardHistorySupport
-
- io.ebean.platform.db2.DB2HistorySupport
-
- All Implemented Interfaces:
DbHistorySupport
public class DB2HistorySupport extends DbStandardHistorySupport
DB2 based history support.
-
-
Constructor Summary
Constructors Constructor Description DB2HistorySupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsOfViewSuffix(String asOfViewSuffix)StringgetSysPeriodLower(String tableAlias, String sysPeriod)StringgetSysPeriodUpper(String tableAlias, String sysPeriod)StringgetVersionsBetweenSuffix(String asOfViewSuffix)-
Methods inherited from class io.ebean.config.dbplatform.DbStandardHistorySupport
getAsOfPredicate, getBindCount, isStandardsBased
-
-