org.pentaho.di.core.database
Interface DataSourceProviderInterface
- All Known Implementing Classes: 
 - DatabaseUtil
 
public interface DataSourceProviderInterface
The purpose of this interface is to provide a way to get data sources from
 more places than just JNDI.
- Author:
 
  - mbatchel
 Jan 8, 2009
 
 
getNamedDataSource
DataSource getNamedDataSource(String datasourceName)
                              throws DataSourceNamingException
- Returns a named javax.sql.DataSource
- Parameters:
 datasourceName - 
- Returns:
 - javax.sql.DataSource
 - Throws:
 DataSourceNamingException