Uses of Class
org.makumba.commons.NameResolver.TextList

Packages that use NameResolver.TextList
org.makumba.commons   
org.makumba.providers.query.mql   
 

Uses of NameResolver.TextList in org.makumba.commons
 

Methods in org.makumba.commons that return NameResolver.TextList
 NameResolver.TextList NameResolver.TextList.append(DataDefinition dd, String field)
           
 NameResolver.TextList NameResolver.TextList.append(Object o)
           
 

Uses of NameResolver.TextList in org.makumba.providers.query.mql
 

Subclasses of NameResolver.TextList in org.makumba.providers.query.mql
static class MqlSqlGenerator.FunctionArgumentWriter
           
 

Fields in org.makumba.providers.query.mql declared as NameResolver.TextList
(package private)  NameResolver.TextList MqlSqlGenerator.text
           
 

Fields in org.makumba.providers.query.mql with type parameters of type NameResolver.TextList
(package private)  Vector<NameResolver.TextList> QueryContext.filters
          correlation conditions
 

Methods in org.makumba.providers.query.mql that return NameResolver.TextList
 NameResolver.TextList MqlSqlGenerator.FunctionArgumentWriter.append(Object o)
           
 NameResolver.TextList MqlSqlGenerator.FunctionArgumentWriter.commaBetweenParameters(String comma)
           
 NameResolver.TextList MQLFunctionDefinition.render(List<NameResolver.TextList> args)
          This default implementation just renders the function by concatenating the function name and all arguments; for functions that need to modify the name, the argument order, number of arguments, etc., this method provides an entry point to rewrite it (possibly in a specific SQL dialect).
 NameResolver.TextList NowFunction.render(List<NameResolver.TextList> args)
           
 NameResolver.TextList DateArithmeticFunction.render(List<NameResolver.TextList> args)
           
 NameResolver.TextList QueryContext.selectLabel(String label, MqlNode node)
           
 

Methods in org.makumba.providers.query.mql that return types with arguments of type NameResolver.TextList
 List<NameResolver.TextList> MqlSqlGenerator.FunctionArgumentWriter.getArgs()
           
 

Methods in org.makumba.providers.query.mql with parameters of type NameResolver.TextList
 void MqlNode.setTextList(NameResolver.TextList tl)
           
protected  void QueryContext.writeFrom(NameResolver.TextList ret)
          writes the iterator definitions (FROM part)
protected  void QueryContext.writeJoins(NameResolver.TextList ret)
          write the translator-generated joins
 void MqlNode.writeTo(NameResolver.TextList t)
           
 

Method parameters in org.makumba.providers.query.mql with type arguments of type NameResolver.TextList
 NameResolver.TextList MQLFunctionDefinition.render(List<NameResolver.TextList> args)
          This default implementation just renders the function by concatenating the function name and all arguments; for functions that need to modify the name, the argument order, number of arguments, etc., this method provides an entry point to rewrite it (possibly in a specific SQL dialect).
 NameResolver.TextList NowFunction.render(List<NameResolver.TextList> args)
           
 NameResolver.TextList DateArithmeticFunction.render(List<NameResolver.TextList> args)