Uses of Interface
mondrian.spi.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
Modifier and TypeMethodDescriptionstatic void
DialectManager.register
(DialectFactory factory) Registers a DialectFactory. -
Uses of DialectFactory in mondrian.spi.impl
Modifier and TypeClassDescriptionclass
Implementation ofDialectFactory
for subclasses ofJdbcDialectImpl
.Modifier and TypeMethodDescriptionstatic Dialect
JdbcDialectFactory.createDialectHelper
(DialectFactory factory, DataSource dataSource) Creates a temporary connection and callscreateDialect(javax.sql.DataSource, java.sql.Connection)
.