public class BooleanPreparedStatementSetter extends Object implements org.simpleflatmapper.reflect.Setter<PreparedStatement,Boolean>, org.simpleflatmapper.reflect.primitive.BooleanSetter<PreparedStatement>
| Constructor and Description |
|---|
BooleanPreparedStatementSetter(int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
Boolean value) |
void |
setBoolean(PreparedStatement target,
boolean value) |
public BooleanPreparedStatementSetter(int columnIndex)
public void setBoolean(PreparedStatement target, boolean value) throws Exception
setBoolean in interface org.simpleflatmapper.reflect.primitive.BooleanSetter<PreparedStatement>Exceptionpublic void set(PreparedStatement target, Boolean value) throws Exception
set in interface org.simpleflatmapper.reflect.Setter<PreparedStatement,Boolean>ExceptionCopyright © 2018. All rights reserved.