Uses of Interface
org.pentaho.di.shared.SharedObjectInterface
Packages that use SharedObjectInterface
Package
Description
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 SharedObjectInterfaceModifier and TypeClassDescriptionclass
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 SharedObjectInterfaceModifier and TypeMethodDescriptionstatic final DatabaseMeta
DatabaseMeta.findDatabase
(List<? extends SharedObjectInterface> databases, String dbname) Find a database with a certain name in an arraylist of databases.