org.pentaho.di.trans.step
Interface TableFrontingStep


public interface TableFrontingStep

An interface for transformation steps that connect to a database table. For example a table output step or a bulk loader. This interface is used by the Agile BI plugin to determine which steps it can model or visualize.

Author:
jamesdixon

Method Summary
 DatabaseMeta getDatabaseMeta()
          Returns the database meta for this step
 String getSchemaName()
          Returns the schema name for this step.
 String getTableName()
          Returns the table name for this step
 

Method Detail

getDatabaseMeta

DatabaseMeta getDatabaseMeta()
Returns the database meta for this step

Returns:

getTableName

String getTableName()
Returns the table name for this step

Returns:

getSchemaName

String getSchemaName()
Returns the schema name for this step.

Returns: