odmshow Command

Purpose

Displays an object class definition on the screen.

Syntax

odmshow ObjectClass

Description

The odmshow command takes as input an object class name (ObjectClass) and displays the class description on the screen. The class description is in the format taken as input to the odmcreate command.

Example

Assuming that an object class named MyObjectClass exists, the following command displays the description of MyObjectClass on the screen:

odmshow MyObjectClass

Also, see the odmcreate command or ODM Example Code and Output in General Programming Concepts: Writing and Debugging Programs for an example of the output listing.