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