Data Handler in DBMS

The article provides description and examples of use of data handlers in DBMS. In Foresight Analytics Platform the following handlers are implemented to process data in DBMS:

A DBMS command object is used to execute the following operations on repository database objects:

Unlike procedures, creating a DBMS command in the repository does not create any additional objects on the server.

The Procedure object enables the user to create procedures and functions for various DBMS.

Unlike the DBMS command, a stored procedure or function is created on the server when the Procedure object is created in the repository. Several repository procedures may refer to the same stored procedure on database server. Changes in text of a stored procedure affect all objects referring to this procedure. The result of a procedure is the number of processed records, or some specific value if a function is created instead of a procedure.

See also:

Creating Other Objects