|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ExqlPattern
定义一个语句的执行接口。
| 方法摘要 | |
|---|---|
String |
execute(ExqlContext context,
Map<String,?> map)
输出全部的语句内容。 |
String |
execute(ExqlContext context,
Map<String,?> mapVars,
Map<String,?> mapConsts)
输出全部的语句内容。 |
| 方法详细信息 |
|---|
String execute(ExqlContext context,
Map<String,?> map)
throws Exception
context - - 输出上下文map - - 参数表
Exception
String execute(ExqlContext context,
Map<String,?> mapVars,
Map<String,?> mapConsts)
throws Exception
context - - 输出上下文mapVars - - 参数表mapConsts - - 常量表
Exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||