Class BetweenClause
- java.lang.Object
-
- com.wavemaker.runtime.data.periods.BetweenClause
-
- All Implemented Interfaces:
PeriodClause
public class BetweenClause extends java.lang.Object implements PeriodClause
- Since:
- 29/11/17
-
-
Constructor Summary
Constructors Constructor Description BetweenClause(TableTemporal.TemporalType type, java.util.Date from, java.util.Date to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WMQueryInfoasWMQueryClause()
-
-
-
Constructor Detail
-
BetweenClause
public BetweenClause(TableTemporal.TemporalType type, java.util.Date from, java.util.Date to)
-
-
Method Detail
-
asWMQueryClause
public WMQueryInfo asWMQueryClause()
- Specified by:
asWMQueryClausein interfacePeriodClause
-
-