Class SDOObjectType

    • Method Detail

      • isDataType

        public boolean isDataType()
        Specified by:
        isDataType in interface commonj.sdo.Type
        Overrides:
        isDataType in class SDOType
      • isSequenced

        public boolean isSequenced()
        Specified by:
        isSequenced in interface commonj.sdo.Type
        Overrides:
        isSequenced in class SDOType
      • setSequenced

        public void setSequenced​(boolean isSequenced)
        Description copied from class: SDOType
        INTERNAL: If set as true, this Type specifies Sequenced DataObjects.
        Overrides:
        setSequenced in class SDOType
        Parameters:
        isSequenced - boolean value implying if this type is sequenced.
      • getPseudoDefault

        public Object getPseudoDefault()
        Description copied from class: SDOType
        INTERNAL: Return the wrapped initial value for the primitive numeric (when not defined) See p.45 of Java Spec 4th edition. See p.85 Sect 9.3 of the SDO Spec.
        Overrides:
        getPseudoDefault in class SDOType
        Returns:
        aDefault Object (primitive numerics) or null (DataObjects, String, Lists)