Class LocalDateTimeTypeHandler

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

    public class LocalDateTimeTypeHandler
    extends BaseTypeHandler<java.time.LocalDateTime>
    Since:
    3.4.5
    • Constructor Detail

      • LocalDateTimeTypeHandler

        public LocalDateTimeTypeHandler()
    • Method Detail

      • setNonNullParameter

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

        public java.time.LocalDateTime getNullableResult​(java.sql.ResultSet rs,
                                                         java.lang.String columnName)
                                                  throws java.sql.SQLException
        Description copied from class: BaseTypeHandler
        Gets the nullable result.
        Specified by:
        getNullableResult in class BaseTypeHandler<java.time.LocalDateTime>
        Parameters:
        rs - the rs
        columnName - Colunm name, when configuration useColumnLabel is false
        Returns:
        the nullable result
        Throws:
        java.sql.SQLException - the SQL exception
      • getNullableResult

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

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