Class SqlLiteralExactnumeric


  • public class SqlLiteralExactnumeric
    extends SqlNode
    Literal for decimal types.
    • Constructor Detail

      • SqlLiteralExactnumeric

        public SqlLiteralExactnumeric​(BigDecimal value)
        Instantiates a new Sql literal exactnumeric.
        Parameters:
        value - exact numeric value
    • Method Detail

      • getValue

        public BigDecimal getValue()
        Get the value.
        Returns:
        underlying exactnumeric value as a BigDecimal