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

1     create table #sysprotects(-- 0 Rows, Data: 0 B, Index: 0 B
2         uid int not null,
3         action smallint not null,
4         protecttype tinyint not null,
5         columns varbinary(133) null,
6         grantor int not null
7     )
8     
COLUMN USAGE
uidsp_odbc_computeprivs 
actionsp_odbc_computeprivs 
protecttypesp_odbc_computeprivs 
columnssp_odbc_computeprivs 
grantorsp_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