DatabaseTableApplicationCreatedLinks
sybsystemprocssp_odbc_stored_procedures_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_odbc_stored_procedures_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         PROCEDURE_CAT char(- 1) not null,
3         PROCEDURE_SCHEM char(- 1) not null,
4         PROCEDURE_NAME longsysname(255) not null,
5         NUM_INPUT_PARAMS int not null,
6         NUM_OUTPUT_PARAMS int not null,
7         NUM_RESULT_SETS int not null,
8         REMARKS varchar(254) not null,
9         PROCEDURE_TYPE smallint not null
10    )
11    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES