Genserver.Utils.PAutomaticClean protocol (etl_core v0.1.54)

Definition of the method to be used for the automatic deletion of the repeated tuples, in the tables

Link to this section Summary

Functions

Removes from a certain table, the repeated rows

Link to this section Types

@type t() :: term()

Link to this section Functions

Link to this function

run(business, pid, other_data)

@spec run(atom(), pid(), tuple()) :: any()

Removes from a certain table, the repeated rows

To add the definition of an automatic cleanup, add the definition for the private methods.

parameters

Parameters:

- business: Atom. Define the business.

- pid: Process. Process connecting Elixir and ODBC.

- other_data: Tuple. Other data of interest.