Uses of Interface
org.jooq.types.Interval

Packages that use Interval
org.jooq.types   
 

Uses of Interval in org.jooq.types
 

Classes in org.jooq.types that implement Interval
 class DayToSecond
          An implementation for the SQL standard INTERVAL DAY TO SECOND data type.
 class YearToMonth
          An implementation for the SQL standard INTERVAL YEAR TO MONTH data type.
 

Methods in org.jooq.types that return Interval
 Interval Interval.abs()
          Get the absolute value of the interval (set its sign to positive)
 Interval Interval.neg()
          Negate the interval (change its sign)
 



Copyright © 2012. All Rights Reserved.