Package org.makumba.providers

Interface Summary
FormDataProvider This provider aims at providing the data necessary for the Makumba forms to compute its results.
QueryAnalysis This interface describes the result of a query analysis.
SQLParameterTransformer Generates the SQL query to be executed against the DBMS, together with the transformed query parameters.
 

Class Summary
Configuration This class knows how to read Makumba configuration and is used internally by different classes that need specific services.
ConfiguredDataSource Represents a Makumba DataSource
CRUDOperationProvider This interface describes the operations that a simple CRUD provider has to implement.
DataDefinitionProvider This class is a facade for creating different kinds of DataDefinitionProviders.
MakumbaINIConfiguration An extended version of the HierarchicalINIConfiguration suitable for makumba configuration
QueryAnalysisProvider  
QueryAnalysisProvider.ASTTransformVisitor  
QueryAnalysisProvider.FromWhere A holder for FROM and WHERE sections to enrich a query, and the query enrichment code.
QueryAnalysisProvider.SubqueryReductionVisitor  
QueryProvider This provider makes it possible to run queries against a data source.
TransactionProvider This class is a facade for creating different kinds of TransactionProviders.
 

Enum Summary
Configuration.DataSourceType