Procedures Previous topic Chapter index Next topic

CONSOLIDAR

 

Input Parameters

Parameter

Type

Description

CODIGO

INTEGER

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure CONSOLIDAR)

 

Definition

CREATE PROCEDURE CONSOLIDAR(
    CODIGO INTEGER)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic