DatabaseTableApplicationCreatedLinks
tempdb#column_privileges_crby_sybsystemprocs__sp_jdbc_gettableprivileges  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    
QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_jdbc_gettableprivileges