| java.lang.Object hu.netmind.persistence.parser.TimeControl
TimeControl | public class TimeControl (Code) | | Keeps an exact moment in time for the query to run.
author: Brautigam Robert version: Revision: $Revision$ |
TimeControl | public TimeControl(Long serial, Long txSerial, boolean applyTransaction)(Code) | | |
applyToLeftTable | public void applyToLeftTable(Expression expression, TableTerm term)(Code) | | Apply this time control to a table which is a left term,
so possibly it is not available.
|
isApplyTransaction | public boolean isApplyTransaction()(Code) | | |
setApplyTransaction | public void setApplyTransaction(boolean applyTransaction)(Code) | | |
setQueryDate | public void setQueryDate(Date date)(Code) | | |
setTxSerial | public void setTxSerial(Long txSerial)(Code) | | |
|
|