DatabaseTableApplicationCreatedLinks
sybsystemprocssp_sproc_columns_rset_002  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_sproc_columns_rset_002(-- 0 Rows, Data: 0 B, Index: 0 B
2         procedure_qualifier char(- 1) not null,
3         procedure_owner char(- 1) not null,
4         procedure_name longsysname(255) not null,
5         column_name varchar(12) not null,
6         column_type smallint not null,
7         data_type smallint not null,
8         type_name char(- 1) not null,
9         [precision] int not null,
10        length int not null,
11        scale smallint not null,
12        radix smallint not null,
13        nullable smallint not null,
14        remarks unknown not null,
15        ss_data_type tinyint not null,
16        colid smallint not null,
17        column_def unknown not null,
18        sql_data_type smallint not null,
19        sql_datetime_sub unknown not null,
20        char_octet_length int not null,
21        ordinal_position smallint not null,
22        is_nullable char(- 1) not null,
23        mode varchar(7) not null
24    )
25    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES