| 程序包 | 说明 |
|---|---|
| bee.cloud.engine.db |
关系型数据库操作接口
|
| 限定符和类型 | 方法和说明 |
|---|---|
SqlMap.Result |
Sqlexe.execute(SqlMap.VSql vsql) |
static SqlMap.Result |
SqlMap.execute(SqlMap.VSql vsql) |
SqlMap.Result |
Sqlexe.execute(String sqlmapId,
String itemId,
Map<String,String> params)
执行SQL脚本集
|
static SqlMap.Result |
SqlMap.execute(String sqlmapId,
String itemId,
Map<String,String> params) |
SqlMap.Result |
Sqlexe.execute(String sqlmapId,
String itemId,
String resultKey,
Map<String,String> params) |
static SqlMap.Result |
SqlMap.execute(String sqlmapId,
String itemId,
String resultKey,
Map<String,String> params) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SqlMap.After.go(SqlMap.Result result,
Map<String,String> params) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.