Class LocalTimeTypeHandler

  • All Implemented Interfaces:
    TypeHandler<java.time.LocalTime>

    public class LocalTimeTypeHandler
    extends BaseTypeHandler<java.time.LocalTime>
    Since:
    3.4.5
    Author:
    Tomas Rohovsky
    • Constructor Detail

      • LocalTimeTypeHandler

        public LocalTimeTypeHandler()
    • Method Detail

      • setNonNullParameter

        public void setNonNullParameter​(java.sql.PreparedStatement ps,
                                        int i,
                                        java.time.LocalTime parameter,
                                        JdbcType jdbcType)
                                 throws java.sql.SQLException
        Specified by:
        setNonNullParameter in class BaseTypeHandler<java.time.LocalTime>
        Throws:
        java.sql.SQLException
      • getNullableResult

        public java.time.LocalTime getNullableResult​(java.sql.ResultSet rs,
                                                     java.lang.String columnName)
                                              throws java.sql.SQLException
        Specified by:
        getNullableResult in class BaseTypeHandler<java.time.LocalTime>
        columnName - Colunm name, when configuration useColumnLabel is false
        Throws:
        java.sql.SQLException
      • getNullableResult

        public java.time.LocalTime getNullableResult​(java.sql.ResultSet rs,
                                                     int columnIndex)
                                              throws java.sql.SQLException
        Specified by:
        getNullableResult in class BaseTypeHandler<java.time.LocalTime>
        Throws:
        java.sql.SQLException
      • getNullableResult

        public java.time.LocalTime getNullableResult​(java.sql.CallableStatement cs,
                                                     int columnIndex)
                                              throws java.sql.SQLException
        Specified by:
        getNullableResult in class BaseTypeHandler<java.time.LocalTime>
        Throws:
        java.sql.SQLException