Definition Attributes
Data Definition Language (DDL) Reference Manual — 426798-002
6- 47
TYPE Clause
TYPE Clause
The TYPE clause performs either of two functions:
•
It declares the type and size of a variety of data types.
•
It declares a data structure by referring to a previously defined structure.
data-type
explicitly declares the data type of the structure without reference to any
existing structure.
CHARACTER length
represents a character string; length is the number of characters in a
CHARACTER type field. The maximum values for length follow:
•
255 bytes for FORTRAN, which allows 255 ASCII characters or 127
national characters
{ data-type }
TYPE { def-name }
{* }
data type is:
{ CHARACTER length }
{ }
{ BINARY 8 [ UNSIGNED ] }
{ BINARY [ 16 [ , scale ] ] [ UNSIGNED ] }
{ BINARY 32 [ , scale ] ] [ UNSIGNED ] }
{ BINARY 64 [ , scale ] }
{ }
{ FLOAT [ 32 ] }
{ FLOAT 64 }
{ }
{ COMPLEX }
{ }
{ LOGICAL 1 }
{ LOGICAL [ 2 ] }
{ LOGICAL 4 }
{ }
{ ENUM }
{ }
{ SQL VARCHAR length }
{ SQL DATETIME [ start-date-time TO ] end-date-time }
{ SQL DATE }
{ SQL TIME }
{ SQL TIMESTAMP }
{ SQL INTERVAL start-date-time }
{ [ start-field-precision ] [ TO end-date-time ] }
{ }
{ BIT bit-length [ UNSIGNED ] [ ENUM enum-name ] }
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...