public class BigDecimalResultGetter extends AbstractResultGetter<BigDecimal>
BigDecimal 类型结果获取器type| 构造器和说明 |
|---|
BigDecimalResultGetter() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getValue(ResultSet rs,
int columnIndex)
获取结果值
|
BigDecimal |
getValue(ResultSet rs,
String columnLabel)
获取结果值
|
getTypepublic BigDecimal getValue(ResultSet rs, int columnIndex) throws SQLException
ResultGetterrs - 结果集columnIndex - 列索引SQLException - SQL异常public BigDecimal getValue(ResultSet rs, String columnLabel) throws SQLException
ResultGetterrs - 结果集columnLabel - 列名SQLException - SQL异常Copyright © 2024 10MG. All rights reserved.