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