Class DurationType

  • All Implemented Interfaces:
    java.util.Comparator<java.nio.ByteBuffer>, AssignmentTestable

    public class DurationType
    extends AbstractType<Duration>
    Represents a duration. The duration is stored as months, days, and nanoseconds. This is done

    Internally he duration is stored as months (unsigned integer), days (unsigned integer), and nanoseconds.