DatabaseTableApplicationCreatedLinks
sybsystemprocssp_drv_bcpmetadata_rset_002  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_drv_bcpmetadata_rset_002(-- 0 Rows, Data: 0 B, Index: 0 B
2         COLID smallint not null,
3         COLUMN_NAME longsysname(255) not null,
4         DATA_TYPE int not null,
5         USERTYPE smallint not null,
6         COLUMN_SIZE int not null,
7         [PRECISION] int not null,
8         SCALE int not null,
9         NULLABLE bit not null,
10        COLUMN_DEF varchar(255) not null,
11        IDENTITY_COL bit not null,
12        TABLE_LOCK_SCHEME bit not null,
13        PAGESIZE int not null,
14        ALLOW_WIDE_DOL bit not null,
15        MAX_ROWLEN int not null,
16        COL_OFFSET smallint not null,
17        TRUNCATE_VARBINARY_ZEROS int not null,
18        IS_INROWLOB int not null,
19        INROWLOB_LEN smallint not null
20    )
21    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES