Class CipUTIME

    • Constructor Detail

      • CipUTIME

        public CipUTIME​(int[] dimensions)
      • CipUTIME

        protected CipUTIME​(CipUTIME other,
                           int[] indices)
    • Method Detail

      • getNestingDef

        public DataDefinitionSeg getNestingDef()
        Description copied from class: BaseDataType
        Return the element (not including array) type definition as a Path Segment, using the abbreviated form if a composite data type.
        Specified by:
        getNestingDef in class BaseDataType<java.sql.Timestamp>
      • crcName

        public java.lang.String crcName()
        Description copied from class: BaseDataType
        Obtain the name of this type as used for computing structure CRCs. Can be different from the name(s) used by the CipPath parser.
        Overrides:
        crcName in class BaseDataType<java.sql.Timestamp>
        Returns:
      • longValue

        public java.math.BigInteger longValue​(int... indices)
        Description copied from class: BaseDataType
        For data types 64-bits wide or less, return the best available 64-bit representation. If the subscripts are incomplete, return the element with the remaining subscripts set to zero.
        Overrides:
        longValue in class BaseDataType<java.sql.Timestamp>
        Parameters:
        indices - Array subscripts.
        Returns:
      • setLong

        public void setLong​(long val,
                            int... indices)
        Description copied from class: BaseDataType
        For data types 64-bits wide or less, set the appropriate bits from a 64-bit representation. If the subscripts are incomplete, set the element with the remaining subscripts set to zero.
        Overrides:
        setLong in class BaseDataType<java.sql.Timestamp>
        Parameters:
        val - New value, truncated to 8, 16, or 32 bits if needed.
        indices - Array subscripts.
      • wrap

        public CipUTIME wrap​(int[] indices)
        Description copied from class: BaseDataType
        Application-side wrapper for inner dimensions. Implementations must update memberOffsets if not not using the protected constructor.
        Specified by:
        wrap in class BaseDataType<java.sql.Timestamp>
        Parameters:
        indices - Array subscripts. Missing subscripts are allowed.