PreparedStatementIndexSetter<Boolean>, org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,T>public class BooleanPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<Boolean>
| Constructor | Description |
|---|---|
BooleanPreparedStatementIndexSetter() |
| Modifier and Type | Method | 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 BooleanPreparedStatementIndexSetter()
public void set(PreparedStatement target, Boolean value, int columnIndex, org.simpleflatmapper.converter.Context context) throws SQLException
set in interface org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,T>set in interface PreparedStatementIndexSetter<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 © 2019. All rights reserved.