public class LongPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<Long>
| Constructor and Description |
|---|
LongPreparedStatementIndexSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
Long value,
int columnIndex,
org.simpleflatmapper.converter.Context context) |
void |
setLong(PreparedStatement target,
long value,
int columnIndex,
org.simpleflatmapper.converter.Context context) |
public void set(PreparedStatement target, Long value, int columnIndex, org.simpleflatmapper.converter.Context context) throws SQLException
set in interface PreparedStatementIndexSetter<Long>set in interface org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,Long>target - the preparedStatement to bind againstvalue - the value to bindcolumnIndex - the index to start binding atSQLException - if an error occurspublic void setLong(PreparedStatement target, long value, int columnIndex, org.simpleflatmapper.converter.Context context) throws Exception
ExceptionCopyright © 2020. All rights reserved.