Fujitsu UDS/SQL V2.5 사용자 설명서

다운로드
페이지 324
SSL
Placement
U929-J-Z125-9-76
  
161
D
ok
us
c
h
abl
on
en
 1
9x
24 V
e
rs
ion
 7
.3
us
 f
ü
r F
ram
eM
ak
er
 V
7
.x
v
o
m
 1
4.
02
.2
00
7
©
 c
o
gni
tas
 Gm
b
H
 20
01-
20
07
24
. Ok
tobe
r 20
07
  S
ta
nd
 0
8:
58
.5
5
P
fa
d:
 G
:\
v
og
t\
fs
c
\ud
s
\M
anu
al
e
\e
n\
ud
s
e
nt
_e\
u
ds
ent
.k
0
5
5.4.1.1
Placement at realm level 
The following clauses are used to allocate data to certain realms without specifying its 
position within the realm. 
Owner record, member records 
WITHIN clause of the schema DDL (see the section 
). 
List 
MODE IS LIST DETACHED [WITHIN realm-name]
Pointer array 
MODE IS POINTER-ARRAY DETACHED [WITHIN realm-name]
Sort key table, set SEARCH key table, hash area for set secondary key 
INDEX NAME IS name PLACING IS DETACHED [WITHIN realm-name]
realm-name
 specifies the name of the realm that is to contain the list, pointer array, sort key 
table, set SEARCH key table or hash area. 
If this entry is omitted, UDS/SQL places the lists, pointer arrays or sort key tables in the 
realm of the associated owner record, unless the set is a SYSTEM set.
In the case of a non-dynamic SYSTEM set, these tables or hash areas are automatically 
placed in the first realm referred to in the DDL WITHIN clause for the member record type.
A dynamic set is stored in the temporary realm by UDS/SQL. 
The placement of a list is determined without a DETACHED WITHIN clause by the 
placement of the owner.