Class RVMySqlDataSourceItem

All Implemented Interfaces:
ICustomQuerySupport, IParameterizedCustomQuerySupport, IProcessDataOnServerDataSourceItem

public class RVMySqlDataSourceItem extends RVSqlPDSDataSourceItem implements IParameterizedCustomQuerySupport
MySQL data source item
  • Constructor Details

  • Method Details

    • setProcedure

      public String setProcedure(String value)
      (Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters.
      Parameters:
      value -
      Returns:
    • getProcedure

      public String getProcedure()
      (Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters.
      Returns:
    • setProcedureParameters

      public HashMap setProcedureParameters(HashMap value)
      Parameters to be passed to the stored procedure, if there is such specified in getProcedure().
      Parameters:
      value -
      Returns:
    • getProcedureParameters

      public HashMap getProcedureParameters()
      Parameters to be passed to the stored procedure, if there is such specified in getProcedure().
      Returns:
    • setCustomQueryParameters

      public void setCustomQueryParameters(HashMap<String,Object> value)
      Specified by:
      setCustomQueryParameters in interface IParameterizedCustomQuerySupport
    • getCustomQueryParameters

      public HashMap<String,Object> getCustomQueryParameters()
      Specified by:
      getCustomQueryParameters in interface IParameterizedCustomQuerySupport