net.paoding.rose.jade.statement.expression
接口 ExqlPattern

所有已知实现类:
ExqlPatternImpl

public interface ExqlPattern

定义一个语句的执行接口。

作者:
han.liao

方法摘要
 String execute(ExqlContext context, Map<String,?> map)
          输出全部的语句内容。
 String execute(ExqlContext context, Map<String,?> mapVars, Map<String,?> mapConsts)
          输出全部的语句内容。
 

方法详细信息

execute

String execute(ExqlContext context,
               Map<String,?> map)
               throws Exception
输出全部的语句内容。

参数:
context - - 输出上下文
map - - 参数表
返回:
语句内容
抛出:
Exception

execute

String execute(ExqlContext context,
               Map<String,?> mapVars,
               Map<String,?> mapConsts)
               throws Exception
输出全部的语句内容。

参数:
context - - 输出上下文
mapVars - - 参数表
mapConsts - - 常量表
返回:
语句内容
抛出:
Exception


Copyright © 2012. All Rights Reserved.