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