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