public class LocalDateTypeHandler extends Object implements TypeHandler<LocalDate>
| 构造器和说明 |
|---|
LocalDateTypeHandler() |
public LocalDate getResult(ResultSet rs, int columnIndex, JdbcType jdbcType) throws SQLException
getResult 在接口中 TypeHandler<LocalDate>SQLExceptionpublic LocalDate getResult(ResultSet rs, String columnName, JdbcType jdbcType) throws SQLException
getResult 在接口中 TypeHandler<LocalDate>SQLExceptionCopyright © 2020. All rights reserved.