Class OffsetDateTimeJdbcType

All Implemented Interfaces:
Serializable, JavaTimeJdbcType, JdbcType

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

  • Constructor Details

    • OffsetDateTimeJdbcType

      public OffsetDateTimeJdbcType()
  • Method Details