ca.sqlpower.architect.etl.kettle
Class KettleUtils

java.lang.Object
  extended by ca.sqlpower.architect.etl.kettle.KettleUtils

public class KettleUtils
extends java.lang.Object


Constructor Summary
KettleUtils()
           
 
Method Summary
static org.pentaho.di.core.database.DatabaseMeta createDatabaseMeta(ca.sqlpower.sql.SPDataSource target)
          Creates a DatabaseMeta object based on the SPDataSource given to it.
static java.util.List<java.lang.String> retrieveKettleConnectionTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KettleUtils

public KettleUtils()
Method Detail

retrieveKettleConnectionTypes

public static java.util.List<java.lang.String> retrieveKettleConnectionTypes()

createDatabaseMeta

public static org.pentaho.di.core.database.DatabaseMeta createDatabaseMeta(ca.sqlpower.sql.SPDataSource target)
Creates a DatabaseMeta object based on the SPDataSource given to it. This will return null if an error occurred and execution should stop.

Parameters:
target - The target datasource to create the DatabaseMeta upon, can not be null.


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca