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