Fujitsu UDS/SQL V2.5 用户手册

下载
页码 324
SSL
Linkage methods
U929-J-Z125-9-76
  
145
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
Storing a set occurrence as a pointer array 
MODE IS POINTER-ARRAY
If MODE IS POINTER-ARRAY is defined for a set, UDS/SQL links the member records of 
its set occurrences via a table called a pointer array. 
This table contains pointers to each member record of a set occurrence. A pointer consists 
of the RSQ of the member record and the PPP of the page containing the member record 
(see 
, Table line).
The further contents of the pointer array depend on which ORDER clause was defined for 
the set in the schema DDL. 
ORDER IS LAST/FIRST/NEXT/PRIOR/IMMATERIAL or 
SORTED INDEXED BY DATABASE-KEY 
The pointer array contains only the pointers to the member records of the set occur-
rence. 
ORDER IS SORTED INDEXED BY DEFINED KEYS 
In addition to the pointers to the member records of the set occurrence, the pointer array 
contains the associated values of the primary key. 
ORDER IS SORTED 
This entry is not allowed for a pointer array.