Uses of Class
org.pentaho.di.core.database.DataSourceNamingException
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
-
Uses of DataSourceNamingException in org.pentaho.di.core.database
Modifier and TypeMethodDescriptionDataSourceProviderInterface.getNamedDataSource
(String datasourceName) Returns a named javax.sql.DataSourceDataSourceProviderInterface.getNamedDataSource
(String datasourceName, DataSourceProviderInterface.DatasourceType type) Returns the named data source of respecting itstype
default DataSource
DataSourceProviderInterface.getPooledDataSourceFromMeta
(DatabaseMeta dbMeta, DataSourceProviderInterface.DatasourceType type) Returns the specified data source of respecting itstype
default DataSource
DataSourceProviderInterface.invalidateNamedDataSource
(String datasourceName, DataSourceProviderInterface.DatasourceType type) Invalidate the named data source of respecting itstype
-
Uses of DataSourceNamingException in org.pentaho.di.core.database.util
Modifier and TypeMethodDescriptionDatabaseUtil.getNamedDataSource
(String datasourceName) Implementation of DatasourceProviderInterface.DatabaseUtil.getNamedDataSource
(String datasourceName, DataSourceProviderInterface.DatasourceType type) DatabaseUtil.invalidateNamedDataSource
(String datasourceName, DataSourceProviderInterface.DatasourceType type)