public class ArrayTypeHandler extends AbstractTypeHandler<Object>
| 构造器和说明 |
|---|
ArrayTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
extractArray(Array array) |
Object |
getNullableResult(CallableStatement cs,
int columnIndex) |
Object |
getNullableResult(ResultSet rs,
int columnIndex) |
Object |
getNullableResult(ResultSet rs,
String columnName) |
protected String |
resolveTypeName(Class<?> type) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Object parameter,
JDBCType jdbcType) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, Object parameter, JDBCType jdbcType) throws SQLException
setNonNullParameter 在类中 AbstractTypeHandler<Object>SQLExceptionpublic Object getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Object>columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionpublic Object getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Object>SQLExceptionpublic Object getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Object>SQLExceptionprotected Object extractArray(Array array) throws SQLException
SQLExceptionCopyright © 2020–2021. All rights reserved.