类 MagicSqliteDateTypeHandler
- 所有已实现的接口:
org.apache.ibatis.type.TypeHandler<Date>
public class MagicSqliteDateTypeHandler
extends org.apache.ibatis.type.DateTypeHandler
针对sqlite, 时间内容均为字符串
- 作者:
- lingkang Create by 2024/10/28 16:41
-
字段概要
从类继承的字段 org.apache.ibatis.type.BaseTypeHandler
configuration -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getNullableResult(CallableStatement cs, int columnIndex) getNullableResult(ResultSet rs, int columnIndex) getNullableResult(ResultSet rs, String columnName) voidsetNonNullParameter(PreparedStatement ps, int i, Date parameter, org.apache.ibatis.type.JdbcType jdbcType) 从类继承的方法 org.apache.ibatis.type.BaseTypeHandler
getResult, getResult, getResult, setConfiguration, setParameter从类继承的方法 org.apache.ibatis.type.TypeReference
getRawType, toString
-
构造器详细资料
-
MagicSqliteDateTypeHandler
public MagicSqliteDateTypeHandler()
-
-
方法详细资料
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, Date parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException - 覆盖:
setNonNullParameter在类中org.apache.ibatis.type.DateTypeHandler- 抛出:
SQLException
-
getNullableResult
- 覆盖:
getNullableResult在类中org.apache.ibatis.type.DateTypeHandler- 抛出:
SQLException
-
getNullableResult
- 覆盖:
getNullableResult在类中org.apache.ibatis.type.DateTypeHandler- 抛出:
SQLException
-
getNullableResult
- 覆盖:
getNullableResult在类中org.apache.ibatis.type.DateTypeHandler- 抛出:
SQLException
-