类 EwaSqlFunctions

java.lang.Object
com.gdxsoft.easyweb.datasource.EwaSqlFunctions

public class EwaSqlFunctions extends Object
  • 构造器详细资料

    • EwaSqlFunctions

      public EwaSqlFunctions()
  • 方法详细资料

    • getTempData

      public HashMap<String,EwaSqlFunction> getTempData()
    • executeEwaFunctions

      public Map<String,Object> executeEwaFunctions(RequestValue rv)
      Execute the functions and return result
      参数:
      rv - the RequstValue
      返回:
      the result
    • executeEwaFunctions

      public Map<String,Object> executeEwaFunctions(RequestValue rv, DebugFrames debugFrames)
      Execute the functions and return result
      参数:
      rv - the RequstValue
      debugFrames - the DebugFrames
      返回:
      the result
    • extractEwaSqlFunctions

      public String extractEwaSqlFunctions(String sql)