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