| 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>SQLExceptionpublic Boolean getResult(ResultSet rs, String columnName) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<Boolean>SQLExceptionpublic 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>SQLExceptionpublic Boolean getResult(ResultSet rs, int columnIndex) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<Boolean>SQLExceptionCopyright © 2006–2025 MyBatis.org. All rights reserved.