public class BytePreparedStatementSetter extends Object implements org.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Byte>, org.simpleflatmapper.map.setter.ByteContextualSetter<PreparedStatement>
| Constructor and Description |
|---|
BytePreparedStatementSetter(int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
Byte value,
org.simpleflatmapper.converter.Context context) |
void |
setByte(PreparedStatement target,
byte value,
org.simpleflatmapper.converter.Context context) |
public void setByte(PreparedStatement target, byte value, org.simpleflatmapper.converter.Context context) throws Exception
setByte in interface org.simpleflatmapper.map.setter.ByteContextualSetter<PreparedStatement>Exceptionpublic void set(PreparedStatement target, Byte value, org.simpleflatmapper.converter.Context context) throws Exception
set in interface org.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Byte>ExceptionCopyright © 2020. All rights reserved.