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 © 2020. All rights reserved.