Class DateValue

    • Constructor Detail

      • DateValue

        public DateValue()
      • DateValue

        public DateValue​(Date value)
      • DateValue

        public DateValue​(String value)
        A Date in the form {d 'yyyy-mm-dd'}
        Parameters:
        value - The text presentation of the Date to be parsed.
    • Method Detail

      • getValue

        public Date getValue()
      • setValue

        public void setValue​(Date d)
      • toString

        public String toString()
        Overrides:
        toString in class net.sf.jsqlparser.parser.ASTNodeAccessImpl