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

Packages that use Schema
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 Schema in org.pentaho.di.core.database
 

Methods in org.pentaho.di.core.database that return Schema
 Schema[] DatabaseMetaInformation.getSchemas()
           
 

Methods in org.pentaho.di.core.database with parameters of type Schema
 void DatabaseMetaInformation.setSchemas(Schema[] schemas)