Module org.simpleflatmapper.jdbc
Class BytePreparedStatementSetter
java.lang.Object
org.simpleflatmapper.jdbc.impl.setter.BytePreparedStatementSetter
- All Implemented Interfaces:
org.simpleflatmapper.map.setter.ByteContextualSetter<PreparedStatement>,org.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Byte>
public class BytePreparedStatementSetter
extends Object
implements org.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Byte>, org.simpleflatmapper.map.setter.ByteContextualSetter<PreparedStatement>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidset(PreparedStatement target, Byte value, org.simpleflatmapper.converter.Context context) voidsetByte(PreparedStatement target, byte value, org.simpleflatmapper.converter.Context context)
-
Constructor Details
-
BytePreparedStatementSetter
public BytePreparedStatementSetter(int columnIndex)
-
-
Method Details
-
setByte
public void setByte(PreparedStatement target, byte value, org.simpleflatmapper.converter.Context context) throws Exception - Specified by:
setBytein interfaceorg.simpleflatmapper.map.setter.ByteContextualSetter<PreparedStatement>- Throws:
Exception
-
set
public void set(PreparedStatement target, Byte value, org.simpleflatmapper.converter.Context context) throws Exception - Specified by:
setin interfaceorg.simpleflatmapper.map.setter.ContextualSetter<PreparedStatement,Byte> - Throws:
Exception
-