Class ZonedDateTimeJdbcType

All Implemented Interfaces:
Serializable, JavaTimeJdbcType, JdbcType

public class ZonedDateTimeJdbcType extends AbstractJavaTimeJdbcType<ZonedDateTime>
Descriptor for handling ZonedDateTime directly through the JDBC driver
Author:
Steve Ebersole
See Also:
  • Field Details

  • Constructor Details

    • ZonedDateTimeJdbcType

      public ZonedDateTimeJdbcType()
  • Method Details