public interface SqlExecuter<T> extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
execute(PreparedStatement ps) |
T |
execute(PreparedStatement ps,
ResultSet rs) |
ResultSet execute(PreparedStatement ps) throws SQLException
SQLExceptionT execute(PreparedStatement ps, ResultSet rs) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.