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 |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSourceProviderInterface.getNamedDataSource(String datasourceName)
Returns a named javax.sql.DataSource
|
Modifier and Type | Method and Description |
---|---|
DataSource |
DatabaseUtil.getNamedDataSource(String datasourceName)
Implementation of DatasourceProviderInterface.
|