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

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 5L Version 5.1 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 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.

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