Database reference - stores_demo

stores_demo -  procedures -  sqlattributes

Description

none

Procedure properties

namevalue
namesqlattributes 
created 
typeSQL stored procedure 

Parameters

none

Usage

EXEC sqlattributes

Code

create procedure SYSIBM.SQLAttributes(
    CatalogName     varchar(128),
        SchemaName      varchar(128),
        TypeName        varchar(128),
    AttributeName   varchar(128),
    Options         char(4000))
with (HANDLESNULLS)
external name '(SQLAttributes)'
LANGUAGE C
END PROCEDURE;



Documentation generated by SqlSpec