Class SqlLiteralExactnumeric


  • public class SqlLiteralExactnumeric
    extends SqlNode
    • Constructor Detail

      • SqlLiteralExactnumeric

        public SqlLiteralExactnumeric​(BigDecimal value)
    • Method Detail

      • getValue

        public String getValue()
        Get a value of the exactnumeric converted to a plain string without E notation.

        For example: 1E-35 becomes 0.00000000000000000000000000000000001

        Returns:
        exactnumeric value as a string