Chapter 5 |
5
|
Database Programming with HP COBOL
|
5.1
|
The Self-Paced Demonstration Package
|
5.2
|
Concepts and Definitions
|
5.2.1
|
Database
|
5.2.2
|
Schema
|
5.2.3
|
Storage Schema
|
5.2.4
|
Subschema
|
5.2.5
|
Stream
|
5.3
|
Using Oracle CDD/Repository
|
5.4
|
Database Records
|
5.5
|
Database Data Item
|
5.6
|
Database Key
|
5.7
|
Record Types
|
5.8
|
Set Types
|
5.9
|
Sets
|
5.9.1
|
Simple Set Relationships
|
5.9.1.1
|
System-Owned Sets
|
5.9.1.2
|
Simple Sets
|
5.9.1.3
|
Forked Sets
|
5.9.2
|
Multiset Relationships
|
5.9.2.1
|
Many-to-Many Relationships Between Two Types of Records
|
5.9.2.2
|
Many-to-Many Relationships Between Records of the Same Type
|
5.9.2.3
|
One-to-Many Relationships Between Records of the Same Type
|
5.10
|
Areas
|
5.11
|
Realms
|
5.12
|
Run Unit
|
5.13
|
Currency Indicators
|
5.13.1
|
Current of Realm
|
5.13.2
|
Current of Set Type
|
5.13.3
|
Current of Record Type
|
5.13.4
|
Current of Run Unit
|
5.14
|
Currency Indicators in an HP COBOL DML Program
|
5.14.1
|
Using the RETAINING Clause
|
5.14.2
|
Using Keeplists
|
5.14.3
|
Transactions and Quiet Points
|