public class BaseLikeTypeHandler extends org.apache.ibatis.type.BaseTypeHandler<CharSequence>
| 构造器和说明 |
|---|
BaseLikeTypeHandler(com.baomidou.mybatisplus.core.enums.SqlLike likeType) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getNullableResult(CallableStatement cs,
int columnIndex) |
String |
getNullableResult(ResultSet rs,
int columnIndex) |
String |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
CharSequence parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public BaseLikeTypeHandler(com.baomidou.mybatisplus.core.enums.SqlLike likeType)
public void setNonNullParameter(PreparedStatement ps, int i, CharSequence parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<CharSequence>ps - i - parameter - jdbcType - SQLExceptionpublic String getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<CharSequence>SQLExceptionpublic String getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<CharSequence>SQLExceptionpublic String getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<CharSequence>SQLExceptionCopyright © 2021. All rights reserved.