DatabaseTableApplicationCreatedLinks
tempdb#objects_id_crby_sybsystemprocs__sp_ijdbc_getcolumnprivileges  01 Jan 70Joins 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
uidsp_ijdbc_getcolumnprivileges 
user_namesp_ijdbc_getcolumnprivileges 
oidsp_ijdbc_getcolumnprivileges 
table_namesp_ijdbc_getcolumnprivileges 
colidsp_ijdbc_getcolumnprivileges 
col_namesp_ijdbc_getcolumnprivileges 
typesp_ijdbc_getcolumnprivileges 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_ijdbc_getcolumnprivileges