| name | value |
|---|---|
| name | sqlattributes |
| created | |
| type | SQL stored procedure |
EXEC sqlattributes
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;