|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.paoding.rose.jade.statement.expression.impl.ExqlPatternImpl
public class ExqlPatternImpl
实现语句的执行接口。
| 字段摘要 | |
|---|---|
protected String |
pattern
|
protected ExqlUnit |
unit
|
| 构造方法摘要 | |
|---|---|
protected |
ExqlPatternImpl(String pattern,
ExqlUnit unit)
构造语句的执行接口。 |
| 方法摘要 | |
|---|---|
static ExqlPattern |
compile(String pattern)
从语句编译: ExqlPattern 对象。 |
protected String |
execute(ExqlContext context,
ExprResolver exprResolver)
|
String |
execute(ExqlContext context,
Map<String,?> map)
输出全部的语句内容。 |
String |
execute(ExqlContext context,
Map<String,?> mapVars,
Map<String,?> mapConsts)
输出全部的语句内容。 |
static void |
main(String... args)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected final String pattern
protected final ExqlUnit unit
| 构造方法详细信息 |
|---|
protected ExqlPatternImpl(String pattern,
ExqlUnit unit)
pattern - - 编译的语句unit - - 输出的单元| 方法详细信息 |
|---|
public static ExqlPattern compile(String pattern)
pattern - - 待编译的语句
public String execute(ExqlContext context,
Map<String,?> map)
throws Exception
ExqlPattern 复制的描述
ExqlPattern 中的 executecontext - - 输出上下文map - - 参数表
Exception
public String execute(ExqlContext context,
Map<String,?> mapVars,
Map<String,?> mapConsts)
throws Exception
ExqlPattern 复制的描述
ExqlPattern 中的 executecontext - - 输出上下文mapVars - - 参数表mapConsts - - 常量表
Exception
protected String execute(ExqlContext context,
ExprResolver exprResolver)
throws Exception
Exception
public static void main(String... args)
throws Exception
Exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||