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