Class LocalDateTypeHandler

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

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

      • LocalDateTypeHandler

        public LocalDateTypeHandler()
    • Method Detail

      • setNonNullParameter

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

        public java.time.LocalDate getNullableResult​(java.sql.ResultSet rs,
                                                     java.lang.String columnName)
                                              throws java.sql.SQLException
        Specified by:
        getNullableResult in class BaseTypeHandler<java.time.LocalDate>
        Throws:
        java.sql.SQLException
      • getNullableResult

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

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