public class BigDecimalTypeHandler extends BaseTypeHandler<BigDecimal>
| 构造器和说明 |
|---|
BigDecimalTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getNullableResult(CallableStatement cs,
int columnIndex) |
BigDecimal |
getNullableResult(ResultSet rs,
int columnIndex) |
BigDecimal |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
BigDecimal parameter,
JdbcType jdbcType) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, BigDecimal parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 BaseTypeHandler<BigDecimal>SQLExceptionpublic BigDecimal getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 BaseTypeHandler<BigDecimal>SQLExceptionpublic BigDecimal getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<BigDecimal>SQLExceptionpublic BigDecimal getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<BigDecimal>SQLExceptionCopyright © 2019. All rights reserved.