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