public class TypeHandlerObject extends Object implements Serializable
| Constructor and Description |
|---|
TypeHandlerObject(org.apache.ibatis.type.TypeHandler typeHandler,
Object value,
org.apache.ibatis.type.JdbcType jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
获取未处理的原始值。
|
void |
setParameter(PreparedStatement ps,
int i) |
String |
toString() |
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
SQLExceptionpublic Object getValue()
Copyright © 2024. All rights reserved.