Interface SqlControl.SqlExecutionCallback

Enclosing interface:
SqlControl

public static interface SqlControl.SqlExecutionCallback
The SQL command execution callback (before and after the SQL command execution).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Enables the input values and the final SQL command modification before the required database command execution.
    void
    handleOutputValues(Object outputValues)
    Enables the output values modification after the required database command execution.
  • Method Details

    • handleInputValues

      void handleInputValues(Object inputValues)
      Enables the input values and the final SQL command modification before the required database command execution.
      Parameters:
      inputValues - the input values, which can be modified
    • handleOutputValues

      void handleOutputValues(Object outputValues)
      Enables the output values modification after the required database command execution.
      Parameters:
      outputValues - the output values, which can be modified