DatabaseTableApplicationCreatedLinks
sybsystemprocssp_transactions_rset_003  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_transactions_rset_003(-- 0 Rows, Data: 0 B, Index: 0 B
2         xactkey binary(14) not null,
3         type char(11) not null,
4         coordinator char(10) not null,
5         starttime char(20) not null,
6         state char(17) not null,
7         connection char(9) not null,
8         dbid smallint not null,
9         spid smallint not null,
10        loid int not null,
11        failover char(26) not null,
12        srvname varchar(30) not null,
13        namelen smallint not null,
14        xactname varchar(255) not null,
15        commit_node char(- 1) not null,
16        parent_node char(- 1) not null
17    )
18    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES