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.spipackage. -
-
Uses of DialectFactory in mondrian.spi
Methods in mondrian.spi with parameters of type DialectFactory Modifier and Type Method Description static voidDialectManager. 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 classJdbcDialectFactoryImplementation ofDialectFactoryfor subclasses ofJdbcDialectImpl.Methods in mondrian.spi.impl with parameters of type DialectFactory Modifier and Type Method Description static DialectJdbcDialectFactory. createDialectHelper(DialectFactory factory, DataSource dataSource)Creates a temporary connection and callscreateDialect(javax.sql.DataSource, java.sql.Connection).
-