DatabaseTableApplicationCreatedLinks
sybsystemprocssp_lock_rset_005  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_lock_rset_005(-- 0 Rows, Data: 0 B, Index: 0 B
2         fid smallint not null,
3         spid smallint not null,
4         loid int not null,
5         locktype varchar(28) not null,
6         page int not null,
7         row smallint not null,
8         objectName varchar(2) not null,
9         id int not null,
10        class varchar(30) not null,
11        context varchar(28) not null
12    )
13    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES