Uses of Interface
org.pentaho.di.shared.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
Modifier and TypeClassDescriptionclass
This class defines the database specific parameters for a certain database type.Modifier and TypeMethodDescriptionstatic final DatabaseMeta
DatabaseMeta.findDatabase
(List<? extends SharedObjectInterface> databases, String dbname) Find a database with a certain name in an arraylist of databases.