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 |
---|---|
static DataSourceProviderInterface |
DataSourceProviderFactory.getDataSourceProviderInterface() |
Modifier and Type | Method and Description |
---|---|
static void |
DataSourceProviderFactory.setDataSourceProviderInterface(DataSourceProviderInterface value) |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseUtil
Provides default implementation for looking data sources up in JNDI.
|