Uses of Class
org.makumba.providers.query.QuerySectionProcessor

Packages that use QuerySectionProcessor
org.makumba.providers.query   
 

Uses of QuerySectionProcessor in org.makumba.providers.query
 

Methods in org.makumba.providers.query with parameters of type QuerySectionProcessor
 void QuerySectionProcessor.addFromWhere(QuerySectionProcessor func, String thisExpr)
          Given a query, add from it to the FROM section and to the WHERE condition of the outermost possible suquery.
(package private) static String FunctionInliner.inline(String expr, QueryAnalysisProvider qp, QuerySectionProcessor qsp)
          Inline query functions in a query using the given query provider