DatabaseTableApplicationCreatedLinks
sybsystemprocssp_jdbc_getindexinfo_rset_002  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_jdbc_getindexinfo_rset_002(-- 0 Rows, Data: 0 B, Index: 0 B
2         TABLE_CAT varchar(32) not null,
3         TABLE_SCHEM varchar(32) not null,
4         TABLE_NAME varchar(255) not null,
5         NON_UNIQUE varchar(5) not null,
6         INDEX_QUALIFIER varchar(32) not null,
7         INDEX_NAME varchar(255) not null,
8         TYPE smallint not null,
9         ORDINAL_POSITION smallint not null,
10        COLUMN_NAME varchar(255) not null,
11        ASC_OR_DESC char(1) not null,
12        CARDINALITY int not null,
13        PAGES int not null,
14        FILTER_CONDITION varchar(32) not null
15    )
16    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES