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