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