T - 实体类public class GetSQLExecuter<T> extends ReadOnlySQLExecuter<T>
| 构造器和说明 |
|---|
GetSQLExecuter() |
GetSQLExecuter(Class<T> type) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultSet |
execute(PreparedStatement ps) |
T |
execute(PreparedStatement ps,
ResultSet rs) |
boolean |
isReadOnly() |
getRow, setValuepublic 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 © 2023 10MG. All rights reserved.