| 程序包 | 说明 |
|---|---|
| cn.tenmg.dsql | |
| cn.tenmg.dsql.config | |
| cn.tenmg.dsql.config.loader | |
| cn.tenmg.dsql.config.model | |
| cn.tenmg.dsql.factory |
| 限定符和类型 | 方法和说明 |
|---|---|
Dsql |
DSQLFactory.getDsql(String id)
根据指定编号获取动态结构化查询语言(DSQL)对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Dsql> |
ConfigLoader.load(File file)
加载DSQL配置
|
List<Dsql> |
ConfigLoader.load(FileReader fr)
加载DSQL配置
|
List<Dsql> |
ConfigLoader.load(InputStream is)
加载DSQL配置
|
List<Dsql> |
ConfigLoader.load(String s)
加载DSQL配置
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Dsql> |
XMLConfigLoader.load(File file) |
List<Dsql> |
XMLConfigLoader.load(FileReader fr) |
List<Dsql> |
XMLConfigLoader.load(InputStream is) |
List<Dsql> |
XMLConfigLoader.load(String s) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Dsql> |
Dsqls.getDsqls() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Dsqls.setDsqls(List<Dsql> dsqls) |
| 限定符和类型 | 方法和说明 |
|---|---|
Dsql |
AbstractDSQLFactory.getDsql(String id) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected NamedSQL |
AbstractDSQLFactory.parse(Dsql dsql,
Map<String,?> params)
根据指定的参数params分析转换动态SQL对象dsql为SQL对象
|
Copyright © 2021 10MG. All rights reserved.