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