public class FloatPreparedStatementSetter extends Object implements org.simpleflatmapper.reflect.Setter<PreparedStatement,Float>, org.simpleflatmapper.reflect.primitive.FloatSetter<PreparedStatement>
| Constructor and Description |
|---|
FloatPreparedStatementSetter(int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
Float value) |
void |
setFloat(PreparedStatement target,
float value) |
public FloatPreparedStatementSetter(int columnIndex)
public void setFloat(PreparedStatement target, float value) throws Exception
setFloat in interface org.simpleflatmapper.reflect.primitive.FloatSetter<PreparedStatement>Exceptionpublic void set(PreparedStatement target, Float value) throws Exception
set in interface org.simpleflatmapper.reflect.Setter<PreparedStatement,Float>ExceptionCopyright © 2018. All rights reserved.