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

1     create table #results_table(-- 0 Rows, Data: 0 B, Index: 0 B
2         table_qualifier varchar(32) not null,
3         table_owner varchar(32) not null,
4         table_name varchar(257) not null,
5         column_name varchar(257) null,
6         grantor varchar(32) not null,
7         grantee varchar(32) not null,
8         privilege varchar(32) not null,
9         is_grantable varchar(3) not null
10    )
11    
COLUMN USAGE
table_qualifiersp_ijdbc_aux_computeprivs 
table_ownersp_ijdbc_aux_computeprivs 
table_namesp_ijdbc_aux_computeprivs 
column_namesp_ijdbc_aux_computeprivs 
grantorsp_ijdbc_aux_computeprivs 
granteesp_ijdbc_aux_computeprivs 
privilegesp_ijdbc_aux_computeprivs 
is_grantablesp_ijdbc_aux_computeprivs 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_ijdbc_aux_computeprivs