Package mondrian.spi

Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.

See:
          Description

Interface Summary
CatalogLocator Abstract layer for locating catalog schema content.
DataSourceChangeListener Definition of a data source change listener.
Dialect Description of an SQL dialect.
DialectFactory Factory that creates Dialect objects.
DynamicSchemaProcessor A dynamic schema processor is used to dynamically change a Mondrian schema at runtime.
UserDefinedFunction Definition of a user-defined function.
UserDefinedFunction.Argument  
 

Class Summary
DialectManager Manages Dialect and DialectFactory objects.
DialectManager.CachingDialectFactory Implementation of DialectFactory that caches dialects based on data source.
DialectManager.ChainDialectFactory Implementation of DialectFactory that tries to create a Dialect using a succession of underlying factories.
DialectManager.ConstructorDialectFactory Implementation of DialectFactory that calls a class's public <init>(Connection connection) constructor.
 

Enum Summary
Dialect.DatabaseProduct Enumeration of common database types.
Dialect.Datatype Datatype of a column.
Dialect.NullCollation Description of how NULL values are ordered in an ORDER BY clause.
 

Package mondrian.spi Description

Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.


Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads