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) |
map
public 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>
SQLException
protected BigDecimal extractByName(ResultSet r, String name) throws SQLException
extractByName
in class TypedMapper<BigDecimal>
SQLException
Copyright © 2023. All rights reserved.