Class DateParameter

  • All Implemented Interfaces:
    java.lang.Cloneable, ParameterHolder

    public class DateParameter
    extends java.lang.Object
    implements java.lang.Cloneable, ParameterHolder
    • Field Detail

      • date

        private final java.sql.Date date
      • timeZone

        private final java.util.TimeZone timeZone
      • options

        private final Options options
    • Constructor Detail

      • DateParameter

        public DateParameter​(java.sql.Date date,
                             java.util.TimeZone timeZone,
                             Options options)
        Represents a date, constructed with time in millis since epoch.
        Parameters:
        date - the date
        timeZone - timezone to use
        options - jdbc options