public abstract class TypeHandler extends Object
| 构造器和说明 |
|---|
TypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
setNull(Integer dbType,
PreparedStatement pst,
int paramIndex,
int jdbcType) |
abstract boolean |
setValue(Integer dbType,
PreparedStatement pst,
int paramIndex,
int jdbcType,
Object value) |
Object |
toJavaType(String javaTypeName,
Class genericType,
Object jdbcValue) |
public boolean setNull(Integer dbType, PreparedStatement pst, int paramIndex, int jdbcType) throws SQLException
dbType - pst - paramIndex - jdbcType - SQLExceptionpublic abstract boolean setValue(Integer dbType, PreparedStatement pst, int paramIndex, int jdbcType, Object value) throws SQLException
dbType - pst - paramIndex - jdbcType - value - SQLExceptionCopyright © 2023. All rights reserved.