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

1     create table #column_privileges(-- 0 Rows, Data: 0 B, Index: 0 B
2         grantee_gid int not null,
3         grantor int not null,
4         grantee int not null,
5         insertpriv tinyint not null,
6         insert_go tinyint null,
7         deletepriv tinyint not null,
8         delete_go tinyint null,
9         selectpriv varbinary(133) null,
10        select_go varbinary(133) null,
11        updatepriv varbinary(133) null,
12        update_go varbinary(133) null,
13        referencepriv varbinary(133) null,
14        reference_go varbinary(133) null
15    )
16    
COLUMN USAGE
grantee_gidsp_odbc_computeprivs 
grantorsp_odbc_computeprivs 
granteesp_odbc_computeprivs 
insertprivsp_odbc_computeprivs 
insert_gosp_odbc_computeprivs 
deleteprivsp_odbc_computeprivs 
delete_gosp_odbc_computeprivs 
selectprivsp_odbc_computeprivs 
select_gosp_odbc_computeprivs 
updateprivsp_odbc_computeprivs 
update_gosp_odbc_computeprivs 
referenceprivsp_odbc_computeprivs 
reference_gosp_odbc_computeprivs 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_odbc_computeprivs  
   called by proc sybsystemprocs..sp_odbc_getcolumnprivileges  
   called by proc sybsystemprocs..sp_odbc_gettableprivileges