Class SimpleDate

    • Constructor Detail

      • SimpleDate

        public SimpleDate​(Date date)
        Creates a new date model wrapping the specified date object and having DATE type.
      • SimpleDate

        public SimpleDate​(Time time)
        Creates a new date model wrapping the specified time object and having TIME type.
      • SimpleDate

        public SimpleDate​(Timestamp datetime)
        Creates a new date model wrapping the specified time object and having DATETIME type.
      • SimpleDate

        public SimpleDate​(Date date,
                          int type)
        Creates a new date model wrapping the specified date object and having the specified type.