Uses of Interface
mondrian.spi.DataSourceResolver
-
Packages that use DataSourceResolver Package Description mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spi
package. -
-
Uses of DataSourceResolver in mondrian.spi.impl
Classes in mondrian.spi.impl that implement DataSourceResolver Modifier and Type Class Description class
JndiDataSourceResolver
Implementation ofDataSourceResolver
that looks up a data source using JNDI.Methods in mondrian.spi.impl that return DataSourceResolver Modifier and Type Method Description static DataSourceResolver
Scripts. dataSourceResolver(Scripts.ScriptDefinition script)
Creates an implementation of theDataSourceResolver
SPI based on a script.
-