Package 

Class SqlDateExpr

  • All Implemented Interfaces:
    ast.SqlNode

    
    public final class SqlDateExpr
    extends SqlExpr
                        

    sql语法树:时间表达式

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Date date
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlDateExpr(Date date)
    • Method Summary

      Modifier and Type Method Description
      final Date getDate()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait