public class FloatPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<Float>
| Constructor and Description |
|---|
FloatPreparedStatementIndexSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
Float value,
int columnIndex) |
void |
setFloat(PreparedStatement target,
float value,
int columnIndex) |
public void set(PreparedStatement target, Float value, int columnIndex) throws SQLException
set in interface PreparedStatementIndexSetter<Float>set in interface org.simpleflatmapper.reflect.IndexedSetter<PreparedStatement,Float>target - the preparedStatement to bind againstvalue - the value to bindcolumnIndex - the index to start binding atSQLException - if an error occurspublic void setFloat(PreparedStatement target, float value, int columnIndex) throws Exception
ExceptionCopyright © 2018. All rights reserved.