| Database | Table | Application | Created | Links |
| tempdb | #tmp_fkeys_ndby_sybsystemprocs__sp_ijdbc_fkeys | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #tmp_fkeys(-- 0 Rows, Data: 0 B, Index: 0 B 2 PKTABLE_CAT unknown not null, 3 PKTABLE_SCHEM unknown not null, 4 PKTABLE_NAME unknown not null, 5 PKCOLUMN_NAME unknown not null, 6 FKTABLE_CAT unknown not null, 7 FKTABLE_SCHEM unknown not null, 8 FKTABLE_NAME unknown not null, 9 FKCOLUMN_NAME unknown not null, 10 KEY_SEQ unknown not null, 11 UPDATE_RULE unknown not null, 12 DELETE_RULE unknown not null, 13 FK_NAME unknown not null, 14 PK_NAME unknown not null, 15 DEFERRABILITY unknown not null 16 ) 17
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_ijdbc_fkeys called by proc sybsystemprocs..sp_ijdbc_getcrossreferences called by proc sybsystemprocs..sp_ijdbc_exportkey called by proc sybsystemprocs..sp_ijdbc_importkey |