-
@Pro public interface PeriodSpecificationBetweenAndStep<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PeriodSpecification
and(Field<T> to)
Add an upper bound to the period specification range.PeriodSpecification
and(T to)
Add an upper bound to the period specification range.
-
-
-
Method Detail
-
and
@Support({DB2,MARIADB_10_3,ORACLE12C,SQLSERVER2016}) PeriodSpecification and(T to)
Add an upper bound to the period specification range.
-
and
@Support({DB2,MARIADB_10_3,ORACLE12C,SQLSERVER2016}) PeriodSpecification and(Field<T> to)
Add an upper bound to the period specification range.
-
-