PreparedStatementIndexSetter<Boolean>, org.simpleflatmapper.reflect.IndexedSetter<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) |
|
void |
setBoolean(PreparedStatement target,
boolean value,
int columnIndex) |
public BooleanPreparedStatementIndexSetter()
public void set(PreparedStatement target, Boolean value, int columnIndex) throws SQLException
set in interface org.simpleflatmapper.reflect.IndexedSetter<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) throws Exception
ExceptionCopyright © 2018. All rights reserved.