Database reference - stores_demo

stores_demo -  procedures -  sqlfunctioncols

Description

none

Procedure properties

namevalue
namesqlfunctioncols 
created 
typeSQL stored procedure 

Parameters

none

Usage

EXEC sqlfunctioncols

Code

create procedure SYSIBM.SQLFunctionCols(
    CatalogName     varchar(128),
        SchemaName      varchar(128),
        FuncName        varchar(128),
    Paramname    varchar(218),
    Options        char(4000))
with (HANDLESNULLS)
external name '(SQLFunctionCols)'
LANGUAGE C
END PROCEDURE;



Documentation generated by SqlSpec