Interface WebDataType


  • public interface WebDataType
    This interface represents a MicroStrategy internal data type.
    Since:
    MicroStrategy Web 9.2.2
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPrecision()
      Returns the precision of the internal type (not supported by all types).
      int getScale()
      Returns the number of decimal digits after the decimal point for the internal type (not supported by all types).
      int getType()
      Returns the internal data type.
    • Method Detail

      • getPrecision

        int getPrecision()
        Returns the precision of the internal type (not supported by all types).
        Returns:
        precision
      • getScale

        int getScale()
        Returns the number of decimal digits after the decimal point for the internal type (not supported by all types).
        Returns:
        scale
      • getType

        int getType()
        Returns the internal data type.
        Returns:
        type from EnumDSSXMLDataType