类 BaseLikeTypeHandler
- java.lang.Object
-
- org.apache.ibatis.type.TypeReference<T>
-
- org.apache.ibatis.type.BaseTypeHandler<CharSequence>
-
- org.shoulder.data.mybatis.interceptor.typehandler.BaseLikeTypeHandler
-
- 所有已实现的接口:
org.apache.ibatis.type.TypeHandler<CharSequence>
public class BaseLikeTypeHandler extends org.apache.ibatis.type.BaseTypeHandler<CharSequence>
base like查询- 作者:
- lym
-
-
构造器概要
构造器 构造器 说明 BaseLikeTypeHandler(com.baomidou.mybatisplus.core.enums.SqlLike likeType)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetNullableResult(CallableStatement cs, int columnIndex)StringgetNullableResult(ResultSet rs, int columnIndex)StringgetNullableResult(ResultSet rs, String columnName)voidsetNonNullParameter(PreparedStatement ps, int i, CharSequence parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
-
-
方法详细资料
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, CharSequence parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
- 指定者:
setNonNullParameter在类中org.apache.ibatis.type.BaseTypeHandler<CharSequence>- 抛出:
SQLException
-
getNullableResult
public String getNullableResult(ResultSet rs, String columnName) throws SQLException
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<CharSequence>- 抛出:
SQLException
-
getNullableResult
public String getNullableResult(ResultSet rs, int columnIndex) throws SQLException
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<CharSequence>- 抛出:
SQLException
-
getNullableResult
public String getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<CharSequence>- 抛出:
SQLException
-
-