| 构造器和说明 |
|---|
ClickArrayHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
Array |
getNullableResult(CallableStatement callableStatement,
int i) |
Array |
getNullableResult(ResultSet resultSet,
int i) |
Array |
getNullableResult(ResultSet resultSet,
String s) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Array array,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, Array array, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<Array>SQLExceptionpublic Array getNullableResult(ResultSet resultSet, String s) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Array>SQLExceptionpublic Array getNullableResult(ResultSet resultSet, int i) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Array>SQLExceptionpublic Array getNullableResult(CallableStatement callableStatement, int i) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Array>SQLExceptionCopyright © 2021. All rights reserved.