Class KettleDatabaseRepositoryValueDelegate
- java.lang.Object
-
- org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryBaseDelegate
-
- org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryValueDelegate
-
public class KettleDatabaseRepositoryValueDelegate extends KettleDatabaseRepositoryBaseDelegate
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryBaseDelegate
log, repository
-
-
Constructor Summary
Constructors Constructor Description KettleDatabaseRepositoryValueDelegate(KettleDatabaseRepository repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.di.core.RowMetaAndData
getValue(org.pentaho.di.repository.ObjectId id_value)
org.pentaho.di.core.row.ValueMetaAndData
loadValueMetaAndData(org.pentaho.di.repository.ObjectId id_value)
-
Methods inherited from class org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryBaseDelegate
quote, quoteTable
-
-
-
-
Constructor Detail
-
KettleDatabaseRepositoryValueDelegate
public KettleDatabaseRepositoryValueDelegate(KettleDatabaseRepository repository)
-
-
Method Detail
-
getValue
public org.pentaho.di.core.RowMetaAndData getValue(org.pentaho.di.repository.ObjectId id_value) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
loadValueMetaAndData
public org.pentaho.di.core.row.ValueMetaAndData loadValueMetaAndData(org.pentaho.di.repository.ObjectId id_value) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
-