DatabaseTableApplicationCreatedLinks
sybsystemprocssp_jdbc_getprocedurecolumns_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_jdbc_getprocedurecolumns_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         PROCEDURE_CAT varchar(0) not null,
3         PROCEDURE_SCHEM varchar(0) not null,
4         PROCEDURE_NAME varchar(0) not null,
5         COLUMN_NAME varchar(0) not null,
6         COLUMN_TYPE int not null,
7         DATA_TYPE int not null,
8         TYPE_NAME varchar(0) not null,
9         [PRECISION] int not null,
10        LENGTH int not null,
11        SCALE int not null,
12        RADIX int not null,
13        NULLABLE int not null,
14        REMARKS varchar(0) not null,
15        SS_DATA_TYPE int not null
16    )
17    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES