| Database | Table | Application | Created | Links |
| tempdb | #objects_id_crby_sybsystemprocs__sp_ijdbc_getcolumnprivileges | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #objects_id(-- 0 Rows, Data: 0 B, Index: 0 B 2 uid int not null, 3 user_name char(- 1) not null, 4 oid int not null, 5 table_name longsysname(255) not null, 6 colid smallint not null, 7 col_name longsysname(255) not null, 8 type char(2) not null 9 ) 10
| COLUMN USAGE | |
| uid | sp_ijdbc_getcolumnprivileges |
| user_name | sp_ijdbc_getcolumnprivileges |
| oid | sp_ijdbc_getcolumnprivileges |
| table_name | sp_ijdbc_getcolumnprivileges |
| colid | sp_ijdbc_getcolumnprivileges |
| col_name | sp_ijdbc_getcolumnprivileges |
| type | sp_ijdbc_getcolumnprivileges |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_ijdbc_getcolumnprivileges |