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