NaturalONE Version 8.3.7
 —  Predefined Object Types in Predict  —

Adabas SQL Server

This document covers the following topics:


Overview

There are two methods of documenting Adabas tables:

Adabas SQL views are documented with files of type B. See Adabas SQL View.

Top of page

Naming Conventions

The following naming conventions apply to files documenting Adabas SQL Server tables and views (files of type AT, B).

Upper / lower case

If the Predict parameter General Defaults > Miscellaneous > Upper/lower case / Object ID is set to L, the following attributes are stored in upper and lower case as entered:

See also section Defaults in the Predict Administration documentation.

Length

Table/View names for Adabas SQL Server objects can have up to 32 characters.

Permitted characters

See overview of permitted characters in the section Naming Conventions.

Qualifier

The identifier of a table or view must be given in qualified form: the schema identifier, a delimiter and the table/view name. A hyphen is used as a delimiter (not a period as in SQL). An example: SYSSAG-SYSCOLUMNS. Hyphens in names are treated as follows:

Top of page

Adabas Cluster Table

Attributes

Note:
Parameters not listed below are described in other sections of this documentation: Parameters common to all object types, for example Keys, are described under Global Attributes. Parameters common to all file types, for example Literal name, are described under Common File Attributes. See also Common Parameters for SQL File Types.

Parameters
Table level
0 Only "flat" structures are permitted (no MU or PE fields).
1 For defining multiple fields and periodic groups.
2 For defining multiple fields within a periodic group.

There are two methods of documenting periodic groups and multiple value fields in AT files:

  • If the occurrences of PE/MU fields are fixed, you can use rotated fields in the AT file.

  • If the occurrences of PE/MU fields are variable, use subtables (AT files at level 1 or level 2).

For more information see the section Adabas SQL Server in the Predict and Other Systems documentation.

Top of page

Adabas SQL View

Attributes

Note:
Parameters common to all object types, for example Keys, are described under Global Attributes. Parameters common to all file types, for example Literal name, are described under Common File Attributes. See also Common Parameters for SQL File Types.

Top of page