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