Class YearTypeHandler

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

    public class YearTypeHandler
    extends BaseTypeHandler<java.time.Year>
    Since:
    3.4.5
    Author:
    Björn Raupach
    • Constructor Detail

      • YearTypeHandler

        public YearTypeHandler()
    • Method Detail

      • setNonNullParameter

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

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

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

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