Class TableOutputHelper

java.lang.Object
org.pentaho.di.trans.step.BaseStepHelper
org.pentaho.di.trans.steps.tableoutput.TableOutputHelper
All Implemented Interfaces:
StepHelperInterface

public class TableOutputHelper extends BaseStepHelper
  • Field Details

  • Constructor Details

    • TableOutputHelper

      public TableOutputHelper()
  • Method Details

    • handleStepAction

      protected org.json.simple.JSONObject handleStepAction(String method, TransMeta transMeta, Map<String,String> queryParams)
      Description copied from class: BaseStepHelper
      Abstract method to be implemented by subclasses for handling step-specific actions.
      Specified by:
      handleStepAction in class BaseStepHelper
      Parameters:
      method - The name of the method to execute.
      transMeta - The transformation metadata associated with the step.
      queryParams - A map of query parameters for the action.
      Returns:
      A JSON object containing the action status and any additional response data.
    • getSQLAction

      public org.json.simple.JSONObject getSQLAction(TransMeta transMeta, Map<String,String> queryParams)
    • sql

      public org.pentaho.di.core.SQLStatement sql(TransMeta transMeta, String stepName, String connection) throws org.pentaho.di.core.exception.KettleStepException
      Throws:
      org.pentaho.di.core.exception.KettleStepException