public abstract class StringTokenizerTypeHandler<T>
extends org.apache.ibatis.type.BaseTypeHandler<T[]>
| 构造器和说明 |
|---|
StringTokenizerTypeHandler(Class<T> clazz) |
| 限定符和类型 | 方法和说明 |
|---|---|
T[] |
getNullableResult(CallableStatement callableStatement,
int columnIndex) |
T[] |
getNullableResult(ResultSet resultSet,
int columnIndex) |
T[] |
getNullableResult(ResultSet resultSet,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
T[] ts,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, T[] ts, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<T[]>SQLExceptionpublic T[] getNullableResult(ResultSet resultSet, String columnName) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<T[]>SQLExceptionpublic T[] getNullableResult(ResultSet resultSet, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<T[]>SQLExceptionpublic T[] getNullableResult(CallableStatement callableStatement, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<T[]>SQLExceptionCopyright © 2024 fossc. All rights reserved.