[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 4


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 AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs for an example of the output listing.

Related Information

Object Data Manager (ODM) Overview for Programmers in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

The odmcreate command.

Understanding ODM Object Classes and Objects in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

ODM Example Code and Output in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

List of ODM Commands and Subroutines in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]