Interface Timespan


public interface Timespan
Container for abstract-type functional interfaces in PostgreSQL's TIMESPAN type category (which, at present, includes the single type INTERVAL).
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The INTERVAL type's PostgreSQL semantics: separate microseconds, days, and months components, independently signed.