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

1     create table #results_table(-- 0 Rows, Data: 0 B, Index: 0 B
2         TABLE_CAT varchar(32) not null,
3         TABLE_SCHEM varchar(32) not null,
4         TABLE_NAME varchar(255) not null,
5         column_name varchar(255) 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_CATsp_jdbc_gettableprivileges 
TABLE_SCHEMsp_jdbc_gettableprivileges 
TABLE_NAMEsp_jdbc_gettableprivileges 
GRANTORsp_jdbc_gettableprivileges 
GRANTEEsp_jdbc_gettableprivileges 
PRIVILEGEsp_jdbc_gettableprivileges 
IS_GRANTABLEsp_jdbc_gettableprivileges 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_jdbc_computeprivs  
   called by proc sybsystemprocs..sp_jdbc_gettableprivileges