PreparedStatementIndexSetter<Double>, org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,T>public class DoublePreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<Double>
| Constructor | Description |
|---|---|
DoublePreparedStatementIndexSetter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
set(PreparedStatement target,
Double value,
int columnIndex,
org.simpleflatmapper.converter.Context context) |
|
void |
setDouble(PreparedStatement target,
double value,
int columnIndex,
org.simpleflatmapper.converter.Context context) |
public void set(PreparedStatement target, Double value, int columnIndex, org.simpleflatmapper.converter.Context context) throws SQLException
set in interface org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,T>set in interface PreparedStatementIndexSetter<Double>target - the preparedStatement to bind againstvalue - the value to bindcolumnIndex - the index to start binding atSQLException - if an error occurspublic void setDouble(PreparedStatement target, double value, int columnIndex, org.simpleflatmapper.converter.Context context) throws Exception
ExceptionCopyright © 2019. All rights reserved.