[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 4

odmdelete Command

Purpose

Deletes selected objects from a specified object class.

Syntax

odmdelete -o ObjectClass -q Criteria ]

Description

The odmdelete command, given the object class to delete from and the search criteria, deletes all objects that meet those criteria.

Flags

-o ObjectClass Specifies the object class to delete from.
-q Criteria Specifies the criteria used to select objects from the object class. For information on qualifying criteria, see "Understanding ODM Object Searches" in AIX General Programming Concepts: Writing and Debugging Programs. If no criteria are specified (no -q flag), then all objects are deleted.

Related Information

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

The odm_rm_obj 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.


[ Previous | Next | Contents | Glossary | Home | Search ]