| 构造器和说明 |
|---|
StringArrayTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getNullableResult(CallableStatement cs,
int columnIndex) |
List<String> |
getNullableResult(ResultSet rs,
int columnIndex) |
List<String> |
getNullableResult(ResultSet rs,
String columnName) |
protected List<String> |
parseList(String string) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
List<String> parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
protected String |
toString(List<String> list) |
public void setNonNullParameter(PreparedStatement ps, int i, List<String> parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<List<String>>SQLExceptionpublic List<String> getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<List<String>>SQLExceptionpublic List<String> getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<List<String>>SQLExceptionpublic List<String> getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<List<String>>SQLExceptionCopyright © 2022. All rights reserved.