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