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