org.pentaho.di.core.database
Class DatabaseFactory

java.lang.Object
  extended by org.pentaho.di.core.database.DatabaseFactory
All Implemented Interfaces:
DatabaseFactoryInterface

public class DatabaseFactory
extends Object
implements DatabaseFactoryInterface

Author:
matt

Field Summary
static LoggingObjectInterface loggingObject
           
 
Constructor Summary
DatabaseFactory()
           
 
Method Summary
 String getConnectionTestReport(DatabaseMeta databaseMeta)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loggingObject

public static final LoggingObjectInterface loggingObject
Constructor Detail

DatabaseFactory

public DatabaseFactory()
Method Detail

getConnectionTestReport

public String getConnectionTestReport(DatabaseMeta databaseMeta)
                               throws KettleDatabaseException
Specified by:
getConnectionTestReport in interface DatabaseFactoryInterface
Throws:
KettleDatabaseException