Class KettleDatabaseRepositoryValueDelegate
java.lang.Object
org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryBaseDelegate
org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryValueDelegate
-
Field Summary
Fields inherited from class org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryBaseDelegate
log, repository
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.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 Details
-
KettleDatabaseRepositoryValueDelegate
-
-
Method Details
-
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
-