Uses of Class
org.makumba.providers.QueryAnalysisProvider

Packages that use QueryAnalysisProvider
org.makumba.controller   
org.makumba.db.makumba.sql The generic SQL-92 implementation of the makumba database layer. 
org.makumba.list.engine   
org.makumba.providers   
org.makumba.providers.query   
org.makumba.providers.query.hql   
org.makumba.providers.query.mql   
 

Uses of QueryAnalysisProvider in org.makumba.controller
 

Methods in org.makumba.controller with parameters of type QueryAnalysisProvider
protected static void Logic.computeThickActorSession(String attname, String type, DataDefinition dd, QueryAnalysisProvider qap, Transaction connection, Pointer p, MakumbaActorHashMap ret, String att)
          Computes a thick session of the current actor, by evaluating all functions with no parameters.
 

Uses of QueryAnalysisProvider in org.makumba.db.makumba.sql
 

Fields in org.makumba.db.makumba.sql declared as QueryAnalysisProvider
(package private)  QueryAnalysisProvider SQLUpdate.qP
           
 

Uses of QueryAnalysisProvider in org.makumba.list.engine
 

Fields in org.makumba.list.engine declared as QueryAnalysisProvider
 QueryAnalysisProvider ComposedQuery.qep
           
 

Uses of QueryAnalysisProvider in org.makumba.providers
 

Fields in org.makumba.providers with type parameters of type QueryAnalysisProvider
(package private) static Map<String,QueryAnalysisProvider> QueryProvider.analyzersByClass
           
(package private) static Map<String,QueryAnalysisProvider> QueryProvider.analyzersByName
           
 

Methods in org.makumba.providers that return QueryAnalysisProvider
static QueryAnalysisProvider QueryProvider.getQueryAnalzyer(String name)
          Provides the QueryAnalysisProvider for a given query language.
 

Uses of QueryAnalysisProvider in org.makumba.providers.query
 

Methods in org.makumba.providers.query with parameters of type QueryAnalysisProvider
static String FunctionInliner.inline(String expr, QueryAnalysisProvider qp)
          Inline query functions in a query using the given query provider
(package private) static String FunctionInliner.inline(String expr, QueryAnalysisProvider qp, QuerySectionProcessor qsp)
          Inline query functions in a query using the given query provider
 

Uses of QueryAnalysisProvider in org.makumba.providers.query.hql
 

Subclasses of QueryAnalysisProvider in org.makumba.providers.query.hql
 class HQLQueryAnalysisProvider
           
 

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

Subclasses of QueryAnalysisProvider in org.makumba.providers.query.mql
 class MqlQueryAnalysisProvider