Constructor and Description |
---|
StringBooleanTypeHandler() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getResult(CallableStatement cs,
int columnIndex) |
Boolean |
getResult(ResultSet rs,
int columnIndex) |
Boolean |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int columnIndex,
Boolean parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public Boolean getResult(CallableStatement cs, int columnIndex) throws SQLException
getResult
in interface org.apache.ibatis.type.TypeHandler<Boolean>
SQLException
public Boolean getResult(ResultSet rs, String columnName) throws SQLException
getResult
in interface org.apache.ibatis.type.TypeHandler<Boolean>
SQLException
public void setParameter(PreparedStatement ps, int columnIndex, Boolean parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setParameter
in interface org.apache.ibatis.type.TypeHandler<Boolean>
SQLException
public Boolean getResult(ResultSet rs, int columnIndex) throws SQLException
getResult
in interface org.apache.ibatis.type.TypeHandler<Boolean>
SQLException
Copyright © 2010–2018 MyBatis.org. All rights reserved.