类 LocalDateTimeValueFactory

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

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

      • LocalDateTimeValueFactory

        public LocalDateTimeValueFactory​(PropertySet pset)
    • 方法详细资料

      • localCreateFromDate

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

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

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

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

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