DatabaseTableApplicationCreatedLinks
sybsystemprocssp_jdbc_datatype_info_cts_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_jdbc_datatype_info_cts_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         TYPE_NAME varchar(32) not null,
3         DATA_TYPE smallint not null,
4         [PRECISION] 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         NULLABLE smallint not null,
9         CASE_SENSITIVE tinyint not null,
10        SEARCHABLE smallint not null,
11        UNSIGNED_ATTRIBUTE tinyint not null,
12        FIXED_PREC_SCALE tinyint not null,
13        AUTO_INCREMENT tinyint not null,
14        LOCAL_TYPE_NAME varchar(32) not null,
15        MINIMUM_SCALE smallint not null,
16        MAXIMUM_SCALE smallint not null,
17        SQL_DATA_TYPE int not null,
18        SQL_DATETIME_SUB int not null,
19        NUM_PREC_RADIX int not null
20    )
21    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES