T - 返回结果类型public abstract class ReadOnlySQLExecutor<T> extends Object implements SQLExecutor<T>
| 构造器和说明 |
|---|
ReadOnlySQLExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static <T> T |
getRow(ResultSet rs,
Class<T> type)
获取并将当前行结果集转换为指定类型
|
boolean |
isReadOnly() |
static <T> void |
setValue(Object row,
String fieldName,
ResultSet rs,
int columnIndex) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executeQuerypublic boolean isReadOnly()
isReadOnly 在接口中 SQLExecutor<T>protected static <T> T getRow(ResultSet rs, Class<T> type) throws SQLException
rs - 当前行结果集type - 指定类型SQLException - SQL异常Copyright © 2024 10MG. All rights reserved.