Class SqlLiteralDouble


  • public class SqlLiteralDouble
    extends SqlNode
    • Constructor Detail

      • SqlLiteralDouble

        public SqlLiteralDouble​(double value)
    • Method Detail

      • getValue

        public String getValue()
        Get a value of the double converted to an E-notation format.

        For example: 1.234 becomes 1.234E0

        Returns:
        double value as a string