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)
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseMeta
This class defines the database specific parameters for a certain database type.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseMeta |
DatabaseMeta.findDatabase(List<? extends SharedObjectInterface> databases,
String dbname)
Find a database with a certain name in an arraylist of databases.
|