Sun WBEM SDK Developer's Guide

Supported WQL Key Words

The Sun WBEM SDK supports Level 1 WBEM SQL, which enables simple select operations without joins. The following table describes the WQL key words supported in the Sun WBEM SDK.

Table 4–3 Supported WQL Key Words

Key Word 

Description 

AND 

Combines two Boolean expressions and returns TRUE when both expressions are TRUE. 

FROM 

Specifies the classes that contain the properties listed in a SELECT statement. 

NOT 

Comparison operator used with NULL. 

OR 

Combines two conditions. When more than one logical operator is used in a statement, OR operators are evaluated after AND operators. 

SELECT 

Specifies the properties that will be used in a query. 

WHERE 

Narrows the scope of a query.