public abstract class AbstractSqlExecutor extends Object implements SqlExecutor
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExcuteMethodObj |
excuteMethodObj |
protected Map<String,Object> |
params |
| 构造器和说明 |
|---|
AbstractSqlExecutor() |
protected ExcuteMethodObj excuteMethodObj
public Object excute(ExcuteMethodObj excuteMethodObj, Map<String,Object> params) throws SQLException
excute 在接口中 SqlExecutorSQLExceptionprotected abstract Object excuteSql(String sql, Object[] sqlParams) throws SQLException
SQLExceptionprotected ExcuteMethodObj getExcuteMethodObj()
Copyright © 2022. All rights reserved.