Uses of Class
org.pentaho.di.core.database.DataSourceNamingException
Packages that use 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
Methods in org.pentaho.di.core.database that throw DataSourceNamingExceptionModifier and TypeMethodDescriptionDataSourceProviderInterface.getNamedDataSource(String datasourceName) Returns a named javax.sql.DataSourceDataSourceProviderInterface.getNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type) Returns the named data source of respecting itstypedefault DataSourceDataSourceProviderInterface.getPooledDataSourceFromMeta(DatabaseMeta dbMeta, DataSourceProviderInterface.DatasourceType type) Returns the specified data source of respecting itstypedefault DataSourceDataSourceProviderInterface.invalidateNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type) Invalidate the named data source of respecting itstype -
Uses of DataSourceNamingException in org.pentaho.di.core.database.util
Methods in org.pentaho.di.core.database.util that throw DataSourceNamingExceptionModifier and TypeMethodDescriptionDatabaseUtil.getNamedDataSource(String datasourceName) Implementation of DatasourceProviderInterface.DatabaseUtil.getNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type) DatabaseUtil.invalidateNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type)