Package org.pentaho.di.core.database
Class DatabaseFactory
- java.lang.Object
-
- org.pentaho.di.core.database.DatabaseFactory
-
- All Implemented Interfaces:
DatabaseFactoryInterface
public class DatabaseFactory extends Object implements DatabaseFactoryInterface
- Author:
- matt
-
-
Field Summary
Fields Modifier and Type Field Description static LoggingObjectInterface
loggingObject
-
Constructor Summary
Constructors Constructor Description DatabaseFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConnectionTestReport(DatabaseMeta databaseMeta)
DatabaseTestResults
getConnectionTestResults(DatabaseMeta databaseMeta)
-
-
-
Field Detail
-
loggingObject
public static final LoggingObjectInterface loggingObject
-
-
Method Detail
-
getConnectionTestReport
public String getConnectionTestReport(DatabaseMeta databaseMeta)
- Specified by:
getConnectionTestReport
in interfaceDatabaseFactoryInterface
-
getConnectionTestResults
public DatabaseTestResults getConnectionTestResults(DatabaseMeta databaseMeta) throws KettleDatabaseException
- Specified by:
getConnectionTestResults
in interfaceDatabaseFactoryInterface
- Throws:
KettleDatabaseException
-
-