T - 实体类public class SelectSqlExecuter<T> extends Object implements SqlExecuter<List<T>>
| 构造器和说明 |
|---|
SelectSqlExecuter() |
SelectSqlExecuter(Class<T> type) |
public ResultSet execute(PreparedStatement ps) throws SQLException
execute 在接口中 SqlExecuter<List<T>>SQLExceptionpublic List<T> execute(PreparedStatement ps, ResultSet rs) throws SQLException
execute 在接口中 SqlExecuter<List<T>>SQLExceptionCopyright © 2020. All rights reserved.