org.pentaho.di.repository
Class RepositoryUtil
java.lang.Object
org.pentaho.di.repository.RepositoryUtil
public class RepositoryUtil
- extends Object
RepositoryUtil
public RepositoryUtil()
loadDatabaseMeta
public static org.pentaho.di.core.database.DatabaseMeta loadDatabaseMeta(Repository rep,
long id_database)
throws org.pentaho.di.core.exception.KettleException
- Load the Database Info
- Throws:
org.pentaho.di.core.exception.KettleException
saveDatabaseMeta
public static void saveDatabaseMeta(org.pentaho.di.core.database.DatabaseMeta databaseMeta,
Repository rep)
throws org.pentaho.di.core.exception.KettleException
- Saves the database information into a given repository.
- Parameters:
databaseMeta
- The database metadata object to storerep
- The repository to save the database into.
- Throws:
org.pentaho.di.core.exception.KettleException
- if an error occurs.
loadValueMetaAndData
public static org.pentaho.di.core.row.ValueMetaAndData loadValueMetaAndData(Repository rep,
long id_value)
throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException