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

Commands Reference, Volume 4


odmdrop Command

Purpose

Removes an object class.

Syntax

odmdrop -o ClassName

Description

The odmdrop command removes an entire object class and all of its objects. No checking is done to see if other object classes are linked to this one.

Flags


-o ClassName Specifies the object class to remove.

Example

Assuming that an object class named MyObjectClass exists, the following command removes the object class:

odmdrop -o MyObjectClass

Related Information

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

The odm_rm_class subroutine.

Understanding ODM Object Classes and Objects 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 ]