| Constructor and Description |
|---|
ShortToBooleanTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getNullableResult(CallableStatement cs,
int columnIndex) |
Boolean |
getNullableResult(ResultSet rs,
int columnIndex) |
Boolean |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Boolean parameter,
org.apache.ibatis.type.JdbcType paramJdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, Boolean parameter, org.apache.ibatis.type.JdbcType paramJdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<Boolean>SQLExceptionpublic Boolean getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Boolean>SQLExceptionpublic Boolean getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Boolean>SQLExceptionpublic Boolean getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Boolean>SQLExceptionCopyright © 2025. All rights reserved.