DatabaseTableApplicationCreatedLinks
sybsystemprocssp_jdbc_datatype_info_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_jdbc_datatype_info_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         TYPE_NAME varchar(17) 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 smallint not null,
10        SEARCHABLE smallint not null,
11        UNSIGNED_ATTRIBUTE smallint not null,
12        FIXED_PREC_SCALE smallint not null,
13        AUTO_INCREMENT smallint not null,
14        LOCAL_TYPE_NAME varchar(128) not null,
15        MINIMUM_SCALE smallint not null,
16        MAXIMUM_SCALE smallint not null,
17        SQL_DATA_TYPE smallint not null,
18        SQL_DATETIME_SUB smallint not null,
19        NUM_PREC_RADIX smallint not null,
20        INTERVAL_PRECISION smallint not null
21    )
22    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES