Fujitsu UDS/SQL V2.5 用户手册

下载
页码 324
Schema DDL
Reference section
242
  
 U929-J-Z125-9-76
        
⎧           ⎧        ⎧15⎫                     ⎫⎫
        
            BINARY[ ⎨  ⎬]                    
        
FIXED REAL ⎨        ⎩31⎭                     ⎬
        
                                             
        
           ⎩DECIMAL[ integer-1[,integer-2]]  ⎭
TYPE IS 
⎨                                              ⎬
        
CHARACTER[ integer-3[ DEPENDING ON item-name]]
        
                                              
        
DATABASE-KEY 
                                                       
        ⎩DATABASE-KEY-LONG                             ⎭
BINARY  
If no number is specified, the default value used by UDS/SQL is 15. 
integer-1
  
must be an integer between 1 and 18.
Default value: 18 
integer-2
  
must not be greater than 18 and not less than {integer-1} - 18.
Default value: 0. 
integer-3
  
Unless DEPENDING ON is used, integer-3 must be between 1 and 255. Otherwise, 
the maximum value depends on the record structure. 
item-name
  
specifies the item which has just been defined with TYPE IS BINARY 15. 
This clause is used to define 
packed numeric items, 
binary items, 
alphanumeric items of fixed or variable length, or 
database key items 
[OCCURS integer TIMES]
integer
  
must be greater than 0. The maximum value depends on the record structure. 
A repetition factor is defined for a vector or a repeating group.