DatabaseTableApplicationCreatedLinks
sybsystemprocssp_jdbc_stored_procedures_rset_002  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_jdbc_stored_procedures_rset_002(-- 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 int not null
10    )
11    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES