DatabaseTableApplicationCreatedLinks
sybsystemprocssp_oledb_datatype_info_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_oledb_datatype_info_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         TYPE_NAME varchar(255) not null,
3         DATA_TYPE smallint not null,
4         COLUMN_SIZE int not null,
5         LITERAL_PREFIX varchar(32) not null,
6         LITERAL_SUFFIX varchar(32) not null,
7         CREATE_PARAMS varchar(32) not null,
8         IS_NULLABLE bit not null,
9         CASE_SENSITIVE bit not null,
10        SEARCHABLE int not null,
11        UNSIGNED_ATTRIBUTE bit not null,
12        FIXED_PREC_SCALE bit not null,
13        AUTO_UNIQUE_VALUE bit not null,
14        LOCAL_TYPE_NAME varchar(128) not null,
15        MINIMUM_SCALE smallint not null,
16        MAXIMUM_SCALE smallint not null,
17        GUID varchar(32) not null,
18        TYPELIB varchar(32) not null,
19        VERSION varchar(32) not null,
20        IS_LONG bit not null,
21        BEST_MATCH bit not null,
22        IS_FIXEDLENGTH bit not null
23    )
24    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES