Uses of Interface
mondrian.spi.DialectFactory
Packages that use DialectFactory
Package
Description
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
Provides implementations of SPIs defined in the 
mondrian.spi package.- 
Uses of DialectFactory in mondrian.spi
Methods in mondrian.spi with parameters of type DialectFactoryModifier and TypeMethodDescriptionstatic voidDialectManager.register(DialectFactory factory) Registers a DialectFactory. - 
Uses of DialectFactory in mondrian.spi.impl
Classes in mondrian.spi.impl that implement DialectFactoryModifier and TypeClassDescriptionclassImplementation ofDialectFactoryfor subclasses ofJdbcDialectImpl.Methods in mondrian.spi.impl with parameters of type DialectFactoryModifier and TypeMethodDescriptionstatic DialectJdbcDialectFactory.createDialectHelper(DialectFactory factory, DataSource dataSource) Creates a temporary connection and callscreateDialect(javax.sql.DataSource, java.sql.Connection).