odmdrop -o ClassName
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.
-o ClassName | Specifies the object class to remove. |
Assuming that an object class named MyObjectClass exists, the following command removes the object class:
odmdrop -o MyObjectClass
Object Data Manager (ODM) Overview for Programmers in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
The odm_rm_class subroutine.
Understanding ODM Object Classes and Objects in AIX General Programming Concepts: Writing and Debugging Programs.
List of ODM Commands and Subroutines in AIX General Programming Concepts: Writing and Debugging Programs.