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