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