@MappedTypes(value=java.lang.Long[].class[]) @MappedJdbcTypes(value=VARCHAR) public class LongArrayTypeHandler extends Object implements org.apache.ibatis.type.TypeHandler<Long[]>
| 构造器和说明 |
|---|
LongArrayTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long[] |
getResult(CallableStatement cs,
int columnIndex) |
Long[] |
getResult(ResultSet rs,
int columnIndex) |
Long[] |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int i,
Long[] parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setParameter(PreparedStatement ps, int i, Long[] parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setParameter 在接口中 org.apache.ibatis.type.TypeHandler<Long[]>SQLExceptionpublic Long[] getResult(ResultSet rs, String columnName) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<Long[]>SQLExceptionpublic Long[] getResult(ResultSet rs, int columnIndex) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<Long[]>SQLExceptionpublic Long[] getResult(CallableStatement cs, int columnIndex) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<Long[]>SQLExceptionCopyright © 2021. All rights reserved.