| 构造器和说明 |
|---|
DynamicBooleanTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 jdbcType) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Object parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, Object parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<Object>SQLExceptionpublic void setNonNullParameter(PreparedStatement ps, int i, Boolean parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
SQLExceptionpublic Boolean getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Object>SQLExceptionpublic Boolean getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Object>SQLExceptionpublic Boolean getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Object>SQLExceptionCopyright © 2024 fossc. All rights reserved.