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 DataSource
DataSourceProviderInterface. getNamedDataSource(String datasourceName)
Returns a named javax.sql.DataSourceDataSource
DataSourceProviderInterface. 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
Methods in org.pentaho.di.core.database.util that throw DataSourceNamingException Modifier and Type Method Description DataSource
DatabaseUtil. getNamedDataSource(String datasourceName)
Implementation of DatasourceProviderInterface.DataSource
DatabaseUtil. getNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type)
DataSource
DatabaseUtil. invalidateNamedDataSource(String datasourceName, DataSourceProviderInterface.DatasourceType type)
-