public class BigDecimalMapper extends TypedMapper<BigDecimal>
| Modifier and Type | Field and Description |
|---|---|
static BigDecimalMapper |
FIRST |
| Constructor and Description |
|---|
BigDecimalMapper() |
BigDecimalMapper(int index) |
BigDecimalMapper(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
extractByIndex(ResultSet r,
int index) |
protected BigDecimal |
extractByName(ResultSet r,
String name) |
mappublic static final BigDecimalMapper FIRST
public BigDecimalMapper()
public BigDecimalMapper(int index)
public BigDecimalMapper(String name)
protected BigDecimal extractByIndex(ResultSet r, int index) throws SQLException
extractByIndex in class TypedMapper<BigDecimal>SQLExceptionprotected BigDecimal extractByName(ResultSet r, String name) throws SQLException
extractByName in class TypedMapper<BigDecimal>SQLExceptionCopyright © 2025. All rights reserved.