从指定的对象类中检索对象到 odmadd 输入文件。
odmget [ -q Criteria ] ObjectClass ...
odmget 命令以搜索规则和对象类列表为输入,从指定的对象类中检索选定的对象,并写 ASCII odmadd 输入文件到标准输出。
-q Criteria | 指定用于从对象类中选择对象的搜索标准。 欲知搜索规则信息,请参阅“Understanding ODM Object Searches”AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs。 如果没有指定标准(没有 -q 标志),检索对象类中的所有对象。 |
下列 odmget 命令从名为 Supporting_Cast_Ratings 的现有的对象类中检索对象,它有一个 Others 描述符等同于字符串 `Fairy Godmother':
odmget -q"Others='Fairy Godmother'" Supporting_Cast_Ratings
请参阅 odmadd 命令或者 “ODM Example Code and Output”AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs 对于 ASCII odmadd 输入文件的另一个示例。
odmadd 命令。
在 AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs 中的 Object Data Manager (ODM) Overview for Programmers。
Understanding ODM Object Classes and ObjectsAIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs。
ODM Example Code and OutputAIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs。
List of ODM Commands and SubroutinesAIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs。