public class BigDecimalTypeHandler extends Object implements TypeHandler<BigDecimal>
public BigDecimal getResult(ResultSet rs, String columnName) throws SQLException
getResult 在接口中 TypeHandler<BigDecimal>SQLExceptionpublic BigDecimal getResult(ResultSet rs, int columnIndex) throws SQLException
getResult 在接口中 TypeHandler<BigDecimal>SQLExceptionCopyright © 2023 lingkang. All rights reserved.