Uses of Class
org.pentaho.di.core.database.DataSourceNamingException
-
Packages that use DataSourceNamingException 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 -
-
Uses of DataSourceNamingException in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that throw DataSourceNamingException Modifier and Type Method Description DataSourceDataSourceProviderInterface. getNamedDataSource(String datasourceName)Returns a named javax.sql.DataSourceDataSourceDataSourceProviderInterface. getNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type)Returns the named 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 DataSourceNamingException Modifier and Type Method Description DataSourceDatabaseUtil. getNamedDataSource(String datasourceName)Implementation of DatasourceProviderInterface.DataSourceDatabaseUtil. getNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type)DataSourceDatabaseUtil. invalidateNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type)
-