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

1     create table #jdbc_tprivs(-- 0 Rows, Data: 0 B, Index: 0 B
2         tab_id int not null,
3         tab_name varchar(255) not null,
4         tab_owner varchar(32) null,
5         uid int not null,
6         type varchar(10) not null
7     )
8     
COLUMN USAGE
tab_idsp_jdbc_gettableprivileges 
tab_namesp_jdbc_gettableprivileges 
tab_ownersp_jdbc_gettableprivileges 
uidsp_jdbc_gettableprivileges 
typesp_jdbc_gettableprivileges 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_jdbc_gettableprivileges