Database | Table | Application | Created | Links |
sybsystemprocs | spt_datatype_info | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table spt_datatype_info(-- 35 Rows, Data: 4 KB, Index: 0 B 2 ss_dtype tinyint not null, 3 type_name varchar(32) not null, 4 data_type smallint not null, 5 data_precision int null, 6 numeric_scale smallint null, 7 numeric_radix smallint null, 8 length int null, 9 literal_prefix varchar(32) null, 10 literal_suffix varchar(32) null, 11 create_params varchar(32) null, 12 nullable smallint not null, 13 case_sensitive smallint not null, 14 searchable smallint not null, 15 unsigned_attribute smallint null, 16 money smallint not null, 17 auto_increment smallint null, 18 local_type_name varchar(128) not null, 19 aux int null, 20 maximum_scale smallint null, 21 minimum_scale smallint null, 22 sql_data_type smallint null, 23 sql_datetime_sub smallint null, 24 num_prec_radix smallint null, 25 interval_precision smallint null 26 ) 27 28 Grant Select on spt_datatype_info to public 29
JOINS | ||||||||||||||||||
|
ALIASES USED for sybsystemprocs..spt_datatype_info | |
NO_ALIAS | d |
3 | 43 |
SCHEMA |
DEPENDENCIES |
READERS AND WRITERS read by proc sybsystemprocs..sp_localtypename read by proc sybsystemprocs..sp_datatype_info read by proc sybsystemprocs..sp_drv_typeinfo read by proc sybsystemprocs..sp_sproc_columns read by proc sybsystemprocs..sp_odbc_columns read by proc sybsystemprocs..sp_odbc_datatype_info read by proc sybsystemprocs..sp_odbc_getprocedurecolumns read by proc sybsystemprocs..sp_special_columns read by proc sybsystemprocs..sp_odbc_getversioncolumns read by proc sybsystemprocs..sp_columns read by proc sybsystemprocs..sp_oledb_datatype_info read by proc sybsystemprocs..sp_oledb_getprocedurecolumns read by proc sybsystemprocs..sp_oledb_columns |