Uses of Interface
mondrian.spi.DialectFactory
-
Packages that use DialectFactory Package Description mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spi
package. -
-
Uses of DialectFactory in mondrian.spi
Methods in mondrian.spi with parameters of type DialectFactory Modifier and Type Method Description static void
DialectManager. register(DialectFactory factory)
Registers a DialectFactory. -
Uses of DialectFactory in mondrian.spi.impl
Classes in mondrian.spi.impl that implement DialectFactory Modifier and Type Class Description class
JdbcDialectFactory
Implementation ofDialectFactory
for subclasses ofJdbcDialectImpl
.Methods in mondrian.spi.impl with parameters of type DialectFactory Modifier and Type Method Description static Dialect
JdbcDialectFactory. createDialectHelper(DialectFactory factory, DataSource dataSource)
Creates a temporary connection and callscreateDialect(javax.sql.DataSource, java.sql.Connection)
.
-