public class ArrayTypeHandler extends BaseTypeHandler<Object>
| 构造器和说明 |
|---|
ArrayTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getNullableResult(CallableStatement cs,
int columnIndex) |
Object |
getNullableResult(ResultSet rs,
int columnIndex) |
Object |
getNullableResult(ResultSet rs,
String columnName) |
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 在类中 BaseTypeHandler<Object>SQLExceptionpublic Object getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Object>SQLExceptionpublic Object getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Object>SQLExceptionpublic Object getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Object>SQLExceptionCopyright © 2019. All rights reserved.