public interface TypeHandler<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
getResult(CallableStatement cs,
int columnIndex) |
T |
getResult(ResultSet rs,
int columnIndex) |
T |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int i,
T parameter) |
void setParameter(PreparedStatement ps, int i, T parameter) throws SQLException
SQLExceptionT getResult(ResultSet rs, String columnName) throws SQLException
SQLExceptionT getResult(ResultSet rs, int columnIndex) throws SQLException
SQLExceptionT getResult(CallableStatement cs, int columnIndex) throws SQLException
SQLExceptionCopyright © 2023. All rights reserved.