Uses of Class
org.pentaho.di.core.database.Catalog

Packages that use Catalog
org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution) 
 

Uses of Catalog in org.pentaho.di.core.database
 

Methods in org.pentaho.di.core.database that return Catalog
 Catalog[] DatabaseMetaInformation.getCatalogs()
           
 

Methods in org.pentaho.di.core.database with parameters of type Catalog
 void DatabaseMetaInformation.setCatalogs(Catalog[] catalogs)