Uses of Class
org.makumba.providers.query.mql.FunctionCall

Packages that use FunctionCall
org.makumba.providers.query.mql   
org.makumba.providers.query.mql.treeinliner   
 

Uses of FunctionCall in org.makumba.providers.query.mql
 

Fields in org.makumba.providers.query.mql with type parameters of type FunctionCall
protected  HashMap<String,FunctionCall> MqlSqlWalker.orderedFunctionCalls
           
 

Methods in org.makumba.providers.query.mql that return FunctionCall
 FunctionCall FunctionCall.incrementId()
           
 

Methods in org.makumba.providers.query.mql with parameters of type FunctionCall
protected  void MqlSqlWalker.addFunctionCall(FunctionCall c)
          makes sure we don't override another function call with the same signature but in a different place
 

Uses of FunctionCall in org.makumba.providers.query.mql.treeinliner
 

Methods in org.makumba.providers.query.mql.treeinliner that return types with arguments of type FunctionCall
(package private)  HashMap<String,FunctionCall> InlinerMqlSqlWalker.getOrderedFunctionCalls()
           
 

Method parameters in org.makumba.providers.query.mql.treeinliner with type arguments of type FunctionCall
(package private)  void InlinerMqlSqlWalker.setOrderedFunctionCalls(LinkedHashMap<String,FunctionCall> orderedFunctionCalls)