4.2 Auxiliary Class Queries

In NDS 8.xx, Partition is an auxiliary class. The example queries produce results from a Novell eDirectory tree with the following configuration.

The following query searches the eDirectory tree and creates a report that lists all the containers which are partition roots regardless of the container’s base class. The containers which have not been assigned to Partition auxiliary class do not appear in the report.

SQL Statement

 SELECT NDS_Name FROM Partition 
 

Result Table

NDS_Name

Acme,Inc.

England

Operations

Engineering

The following query restricts the query to containers which belong to the Organization class.

SQL Statement

 SELECT NDS_Name FROM Partition 
 
 WHERE "Object Class" = ’Organization’ 
 

Result Table

NDS_Name

Operations

Engineering