psdi.util

Class MaxTypeLONGALN

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class MaxTypeLONGALN
    extends MaxTypeALN
    See Also:
    Serialized Form
    • Constructor Detail

      • MaxTypeLONGALN

        public MaxTypeLONGALN()
        Construct null value of specified type
    • Method Detail

      • getType

        public int getType()
        Get the current type
        Overrides:
        getType in class MaxTypeALN
      • checkLength

        protected void checkLength(java.lang.String s)
                            throws MXException
        For LONGALN, do not perform length check because it resolved to CLOB.
        Overrides:
        checkLength in class MaxTypeALN
        Throws:
        MXException
      • clone

        public java.lang.Object clone()
        Clone the object.
        Overrides:
        clone in class MaxTypeALN
      • asLong

        public long asLong()
                    throws MXException
        Return as a long. Throws Exception if value is null or cannot be returned as this type.
        Overrides:
        asLong in class MaxTypeALN
        Throws:
        MXException