Chapter 3 DBMS Resource File Reference
A composite physical option is a physical option that includes other dependent options. These options are selected together in the right pane of the physical options tab.
The standard syntax for composite physical options is as follows:
with : composite=yes, separator=yes, parenthesis=no { fillfactor=%d : default=0 max_rows_per_page=%d : default=0 }
The With
physical option includes the other options between curly brackets { }, separated by a comma. To define a composite option, a composite keyword is necessary.
Keyword | Value and result |
---|---|
composite | The following settings are available:
|
separator | The following settings are available:
|
parenthesis | The following settings are available:
|
nextmand | The following settings are available:
|
prevmand | The following settings are available:
|
chldmand | The following settings are available:
|
category | The following settings are available:
Note that, in Oracle, the storage category is used as a template to define all the storage values in a storage entry. This is to avoid having to set values independently each time you need to use the same values in a storage clause. Thus, the Oracle physical option does not include the storage name (%s): storage : category=storage, composite=yes, separator=no, parenthesis=yes { |
list | List in which values are separated by a pipe (|) |
dquoted | The following settings are available:
|
squoted | The following settings are available:
|
enabledbprefix | The following settings are available:
|
Default=
and/or List=
can also be used with the composite=,
separator=
and parenthesis=
keywords. Category=
can be used with the three keywords of a composite option.
The IBM DB2 index options contain the following composite option:
<using_block> : composite=yes { using vcat %s using stogroup %s : category=storage, composite=yes { priqty %d : default=12 secqty %d erase %s : default=no, list=yes | no }
Copyright (C) 2008. Sybase Inc. All rights reserved. |
![]() |