T - 返回结果类型public abstract class AbstractExecuteSQLExecuter<T> extends Object implements SQLExecuter<T>
| 构造器和说明 |
|---|
AbstractExecuteSQLExecuter() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
executeQuery(PreparedStatement ps) |
boolean |
isReadOnly() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic boolean isReadOnly()
isReadOnly 在接口中 SQLExecuter<T>public ResultSet executeQuery(PreparedStatement ps) throws SQLException
executeQuery 在接口中 SQLExecuter<T>SQLExceptionCopyright © 2025 10MG. All rights reserved.