public class TypeHandlerObject extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private org.apache.ibatis.type.JdbcType |
jdbcType |
private org.apache.ibatis.type.TypeHandler |
typeHandler |
private Object |
value |
| 构造器和说明 |
|---|
TypeHandlerObject(org.apache.ibatis.type.TypeHandler typeHandler,
Object value,
org.apache.ibatis.type.JdbcType jdbcType) |
private org.apache.ibatis.type.TypeHandler typeHandler
private org.apache.ibatis.type.JdbcType jdbcType
public TypeHandlerObject(org.apache.ibatis.type.TypeHandler typeHandler, Object value, org.apache.ibatis.type.JdbcType jdbcType)
public void setParameter(PreparedStatement ps, int i) throws SQLException
SQLExceptionCopyright © 2023. All rights reserved.