public class ShortPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<Short>
| Constructor and Description |
|---|
ShortPreparedStatementIndexSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
Short value,
int columnIndex) |
void |
setShort(PreparedStatement target,
short value,
int columnIndex) |
public void set(PreparedStatement target, Short value, int columnIndex) throws SQLException
set in interface PreparedStatementIndexSetter<Short>set in interface org.simpleflatmapper.reflect.IndexedSetter<PreparedStatement,Short>target - the preparedStatement to bind againstvalue - the value to bindcolumnIndex - the index to start binding atSQLException - if an error occurspublic void setShort(PreparedStatement target, short value, int columnIndex) throws Exception
ExceptionCopyright © 2018. All rights reserved.