T - 实体类public class SelectSQLExecuter<T> extends ReadOnlySQLExecuter<List<T>>
| 构造器和说明 |
|---|
SelectSQLExecuter() |
SelectSQLExecuter(Class<T> type) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
execute(PreparedStatement ps) |
List<T> |
execute(PreparedStatement ps,
ResultSet rs) |
isReadOnlypublic ResultSet execute(PreparedStatement ps) throws SQLException
SQLExceptionpublic List<T> execute(PreparedStatement ps, ResultSet rs) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.