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