DatabaseTableApplicationCreatedLinks
tempdb#tmp_getindexinfo_ndby_sybsystemprocs__sp_ijdbc_getindexinfo  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #tmp_getindexinfo(-- 0 Rows, Data: 0 B, Index: 0 B
2         TABLE_CAT unknown not null,
3         TABLE_SCHEM unknown not null,
4         TABLE_NAME unknown not null,
5         NON_UNIQUE unknown not null,
6         INDEX_QUALIFIER unknown not null,
7         INDEX_NAME unknown not null,
8         TYPE unknown not null,
9         ORDINAL_POSITION unknown not null,
10        COLUMN_NAME unknown not null,
11        ASC_OR_DESC unknown not null,
12        CARDINALITY unknown not null,
13        PAGES unknown not null,
14        FILTER_CONDITION unknown not null
15    )
16    
QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_ijdbc_getindexinfo