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)
|
org.pentaho.di.repository |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseMeta
This class defines the database specific parameters for a certain database type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RepositoryDirectoryInterface
This interface represents Directories within the Repository API
|
interface |
RepositoryElementInterface
A repository element is an object that can be saved or loaded from the repository.
|
interface |
RepositoryElementMetaInterface
The RepositoryElementMetaInterface is used to provide metadata about repository elements without requiring loading
the entire element from the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryDirectory
This class defines the location of a transformation, job or schema in the repository.
|