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