Uses of Interface
org.pentaho.di.core.database.DataSourceProviderInterface
Packages that use DataSourceProviderInterface
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
-
Uses of DataSourceProviderInterface in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return DataSourceProviderInterfaceModifier and TypeMethodDescriptionstatic DataSourceProviderInterface
DataSourceProviderFactory.getDataSourceProviderInterface()
Methods in org.pentaho.di.core.database with parameters of type DataSourceProviderInterfaceModifier and TypeMethodDescriptionstatic void
DataSourceProviderFactory.setDataSourceProviderInterface
(DataSourceProviderInterface value) -
Uses of DataSourceProviderInterface in org.pentaho.di.core.database.util
Classes in org.pentaho.di.core.database.util that implement DataSourceProviderInterfaceModifier and TypeClassDescriptionclass
Provides default implementation for looking data sources up in JNDI.