Uses of Interface
org.pentaho.di.shared.SharedObjectInterface
-
Packages that use SharedObjectInterface 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) -
-
Uses of SharedObjectInterface in org.pentaho.di.core.database
Classes in org.pentaho.di.core.database that implement SharedObjectInterface Modifier and Type Class Description class
DatabaseMeta
This class defines the database specific parameters for a certain database type.Method parameters in org.pentaho.di.core.database with type arguments of type SharedObjectInterface Modifier and Type Method Description static DatabaseMeta
DatabaseMeta. findDatabase(List<? extends SharedObjectInterface> databases, String dbname)
Find a database with a certain name in an arraylist of databases.
-