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