| 程序包 | 说明 |
|---|---|
| org.beetl.sql.core | |
| org.beetl.sql.core.call |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
BaseSQLExecutor.configCall(CallableStatement call,
CallReady callReady) |
int |
SQLManager.executeCall(CallReady callReady) |
int |
SQLExecutor.executeCall(CallReady callReady)
执行存储过程,返回更新结果
|
int |
BaseSQLExecutor.executeCall(CallReady callReady) |
int |
DataAPI.executeCall(CallReady callReady)
执行存储过程,返回更新结果
|
<T> List<T> |
SQLManager.executeCall(CallReady callReady,
Class<T> clazz) |
<T> List<T> |
SQLExecutor.executeCall(CallReady callReady,
Class<T> clazz)
执行存储过程,返回查询结果
|
<T> List<T> |
BaseSQLExecutor.executeCall(CallReady callReady,
Class<T> clazz) |
<T> List<T> |
DataAPI.executeCall(CallReady callReady,
Class<T> clazz)
执行存储过程,返回查询结果
|
| 限定符和类型 | 方法和说明 |
|---|---|
CallReady |
CallReady.add(CallArg callArg) |
CallReady |
CallReady.add(int index,
CallArg callArg)
指定,从1开始。
|
Copyright © 2024. All rights reserved.