public abstract class DbStandardHistorySupport extends Object implements DbHistorySupport
| Constructor and Description |
|---|
DbStandardHistorySupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsOfPredicate(String tableAlias,
String sysPeriod)
Return null - not used for sql2011 based history.
|
int |
getBindCount()
Return 1 as the bind count (not 2 for effective start and effective end columns).
|
boolean |
isBindWithFromClause()
Return true as with sql2011 the 'as of timestamp' clause included in from or join clause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsOfViewSuffix, getSysPeriodLower, getSysPeriodUpper, getVersionsBetweenSuffixpublic DbStandardHistorySupport()
public boolean isBindWithFromClause()
isBindWithFromClause in interface DbHistorySupportpublic int getBindCount()
getBindCount in interface DbHistorySupportpublic String getAsOfPredicate(String tableAlias, String sysPeriod)
getAsOfPredicate in interface DbHistorySupporttableAlias - The table alias this predicate is added forsysPeriod - The name of the 'sys_period' column used for effective date time range.Copyright © 2015. All rights reserved.