| 程序包 | 说明 |
|---|---|
| bee.cloud.engine.config.sqlmap | |
| bee.cloud.engine.db |
关系型数据库操作接口
|
| 限定符和类型 | 方法和说明 |
|---|---|
SqlMap.VSql |
QTable.build(QEnum.Func func,
Map<String,String> params) |
static SqlMap.VSql |
QConfig.build(QEnum.Func func,
String sqlmapId,
Map<String,String> params) |
static SqlMap.VSql |
QConfig.build(String sqlmapId,
String itemId,
String resultKey,
Map<String,String> params)
适用于Item下有多个result,且指定result的情况下
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Table> |
SqlMap.build(Class<T> table,
String sqlmapId,
String itemId,
String resultKey,
Map<String,String> params) |
static SqlMap.VSql |
Dao.build(bee.cloud.engine.db.Dao.Option option) |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlMap.Result |
Sqlexe.execute(SqlMap.VSql vsql) |
static SqlMap.Result |
SqlMap.execute(SqlMap.VSql vsql) |
long |
Sqlexe.executeInsert(SqlMap.VSql vsql) |
RowSet |
Sqlexe.executeQuery(SqlMap.VSql vsql) |
int |
Sqlexe.executeUpdate(SqlMap.VSql vsql) |
<T extends Table> |
Sqlexe.load(Class<T> clazz,
SqlMap.VSql vsql) |
static <T extends Table> |
SqlMap.load(Class<T> clazz,
SqlMap.VSql vsql) |
<T extends Table> |
Sqlexe.query(Class<T> clazz,
SqlMap.VSql vsql) |
static <T extends Table> |
SqlMap.query(Class<T> clazz,
SqlMap.VSql vsql) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.