T - 实体类public interface SQLExecutor<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
execute(PreparedStatement ps,
ResultSet rs) |
ResultSet |
executeQuery(PreparedStatement ps) |
boolean |
isReadOnly() |
boolean isReadOnly()
ResultSet executeQuery(PreparedStatement ps) throws SQLException
SQLExceptionT execute(PreparedStatement ps, ResultSet rs) throws SQLException
SQLExceptionCopyright © 2022 10MG. All rights reserved.