Package org.pentaho.di.core.database
Interface DatabaseFactoryInterface
-
- All Known Implementing Classes:
DatabaseFactory
public interface DatabaseFactoryInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConnectionTestReport(DatabaseMeta databaseMeta)
DatabaseTestResults
getConnectionTestResults(DatabaseMeta databaseMeta)
-
-
-
Method Detail
-
getConnectionTestReport
String getConnectionTestReport(DatabaseMeta databaseMeta) throws KettleDatabaseException
- Throws:
KettleDatabaseException
-
getConnectionTestResults
DatabaseTestResults getConnectionTestResults(DatabaseMeta databaseMeta) throws KettleDatabaseException
- Throws:
KettleDatabaseException
-
-