public interface ProvidesDatabaseConnectionInformation
| Modifier and Type | Method and Description | 
|---|---|
org.pentaho.di.core.database.DatabaseMeta | 
getDatabaseMeta()
Returns the database meta for this step 
 | 
String | 
getMissingDatabaseConnectionInformationMessage()
Provides a way for this object to return a custom message when database connection information is incomplete or
 missing. 
 | 
String | 
getSchemaName()
Returns the schema name for this step. 
 | 
String | 
getTableName()
Returns the table name for this step 
 | 
org.pentaho.di.core.database.DatabaseMeta getDatabaseMeta()
String getTableName()
String getSchemaName()
String getMissingDatabaseConnectionInformationMessage()
null a default message will be displayed for missing information.