T - 返回结果类型public abstract class ReadOnlySQLExecuter<T> extends Object implements SQLExecuter<T>
| 构造器和说明 |
|---|
ReadOnlySQLExecuter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, executepublic boolean isReadOnly()
isReadOnly 在接口中 SQLExecuter<T>protected static <T> T getRow(ResultSet rs, Class<T> type) throws SQLException
rs - 当前行结果集type - 指定类型SQLException - SQL异常Copyright © 2024 10MG. All rights reserved.