| 程序包 | 说明 |
|---|---|
| org.pentaho.di.repository.kdr.delegates | |
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransDependency |
KettleDatabaseRepositoryTransDelegate.loadTransDependency(org.pentaho.di.repository.ObjectId id_dependency,
List<org.pentaho.di.core.database.DatabaseMeta> databases) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
KettleDatabaseRepositoryTransDelegate.saveTransDependency(TransDependency transDependency,
org.pentaho.di.repository.ObjectId id_transformation) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<TransDependency> |
TransMeta.dependencies
The list of dependencies associated with the transformation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransDependency |
TransMeta.getDependency(int i)
Retrieves a dependency on a certain location (i.e. the specified index).
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<TransDependency> |
TransMeta.getDependencies()
Gets a list of dependencies for the transformation
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TransMeta.addDependency(int p,
TransDependency td)
Add a new dependency to the transformation on a certain location (i.e. the specified index).
|
void |
TransMeta.addDependency(TransDependency td)
Add a new dependency to the transformation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TransMeta.setDependencies(List<TransDependency> dependencies)
Sets the dependencies for the transformation.
|
Copyright © 2024 Hitachi Vantara. All rights reserved.