Procedures Previous topic Chapter index Next topic

FR_PARAMETROS

 

Input Parameters

Parameter

Type

Description

LISTA

VARCHAR(200)

 

 

Output Parameters

Parameter

Type

Description

PARAMETRO

VARCHAR(20)

 

 

Description

(There is no description for procedure FR_PARAMETROS)

 

Definition

CREATE PROCEDURE FR_PARAMETROS(
    LISTA VARCHAR(200))
RETURNS (
    PARAMETRO VARCHAR(20))
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic