public class BooleanTypeHandler extends BaseTypeHandler<Boolean>
| 构造器和说明 |
|---|
BooleanTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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,
JdbcType jdbcType) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, Boolean parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 BaseTypeHandler<Boolean>SQLExceptionpublic Boolean getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Boolean>SQLExceptionpublic Boolean getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Boolean>SQLExceptionpublic Boolean getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Boolean>SQLExceptionCopyright © 2019. All rights reserved.