< Previous | Next >

Module summary

In this module, you learned how to work with queries using the Rational ClearQuest Perl API.
You use methods of the Session, QueryDef and ResultSet objects to run, modify, and build queries.

Lessons learned

By completing this tutorial/module, you learned about the following concepts and tasks:

Note: If you plan to view or modify a record, your query must return the ID field of the record. With this ID, you can then use the GetEntity method of the Session object to obtain the corresponding Entity object. The next module introduces how to work with records.

Additional resources

For more information on the ClearQuest API see, the ClearQuest API Reference pages.
< Previous | Next >

Feedback