| 构造器和说明 |
|---|
OpResultTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
OpResult |
getResult(CallableStatement callableStatement,
int columnIndex) |
OpResult |
getResult(ResultSet resultSet,
int columnIndex) |
OpResult |
getResult(ResultSet resultSet,
String columnName) |
void |
setParameter(PreparedStatement preparedStatement,
int i,
OpResult parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public OpResult getResult(ResultSet resultSet, String columnName) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<OpResult>SQLExceptionpublic OpResult getResult(ResultSet resultSet, int columnIndex) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<OpResult>SQLExceptionpublic OpResult getResult(CallableStatement callableStatement, int columnIndex) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<OpResult>SQLExceptionpublic void setParameter(PreparedStatement preparedStatement, int i, OpResult parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setParameter 在接口中 org.apache.ibatis.type.TypeHandler<OpResult>SQLExceptionCopyright © 2014. All rights reserved.