Uses of Class
org.pentaho.di.core.DBCache

Packages that use DBCache
org.pentaho.di.core   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.core.database.dialog   
 

Uses of DBCache in org.pentaho.di.core
 

Methods in org.pentaho.di.core that return DBCache
static DBCache DBCache.getInstance()
          Create the database cache instance by loading it from disk
 

Uses of DBCache in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return DBCache
 DBCache TransMeta.getDbCache()
          Gets the database cache object.
 

Methods in org.pentaho.di.trans with parameters of type DBCache
 void TransMeta.setDbCache(DBCache dbCache)
          Sets the database cache object.
 

Uses of DBCache in org.pentaho.di.ui.core.database.dialog
 

Constructors in org.pentaho.di.ui.core.database.dialog with parameters of type DBCache
SQLEditor(Shell parent, int style, DatabaseMeta ci, DBCache dbc, String sql)
           
SQLEditor(VariableSpace space, Shell parent, int style, DatabaseMeta ci, DBCache dbc, String sql)