Uses of Interface
org.pentaho.di.core.database.DataSourceProviderInterface
-
Packages that use DataSourceProviderInterface Package Description org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)org.pentaho.di.core.database.util -
-
Uses of DataSourceProviderInterface in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return DataSourceProviderInterface Modifier and Type Method Description static DataSourceProviderInterfaceDataSourceProviderFactory. getDataSourceProviderInterface()Methods in org.pentaho.di.core.database with parameters of type DataSourceProviderInterface Modifier and Type Method Description static voidDataSourceProviderFactory. setDataSourceProviderInterface(DataSourceProviderInterface value) -
Uses of DataSourceProviderInterface in org.pentaho.di.core.database.util
Classes in org.pentaho.di.core.database.util that implement DataSourceProviderInterface Modifier and Type Class Description classDatabaseUtilProvides default implementation for looking data sources up in JNDI.
-