类 OffsetDateTimeValueFactory

  • 所有已实现的接口:
    ValueFactory<java.time.OffsetDateTime>

    public class OffsetDateTimeValueFactory
    extends AbstractDateTimeValueFactory<java.time.OffsetDateTime>
    Value factory to create OffsetDateTime instances.
    • 构造器详细资料

      • OffsetDateTimeValueFactory

        public OffsetDateTimeValueFactory​(PropertySet pset,
                                          TimeZone defaultTimeZone,
                                          TimeZone connectionTimeZone)
    • 方法详细资料

      • localCreateFromDate

        public java.time.OffsetDateTime localCreateFromDate​(InternalDate idate)
        Create an OffsetDateTime from a DATE value.
        返回:
        an OffsetDateTime at midnight on the day given by the DATE value
      • localCreateFromTime

        public java.time.OffsetDateTime localCreateFromTime​(InternalTime it)
        Create an OffsetDateTime from a TIME value.
        返回:
        an OffsetDateTime at the given time on 1970 Jan 1.
      • localCreateFromTimestamp

        public java.time.OffsetDateTime localCreateFromTimestamp​(InternalTimestamp its)
      • localCreateFromDatetime

        public java.time.OffsetDateTime localCreateFromDatetime​(InternalTimestamp its)
      • getTargetTypeName

        public String getTargetTypeName()
        从接口复制的说明: ValueFactory
        Get the actual class name of T parameter.
        返回:
        class name