Solaris WBEM SDK Developer's Guide

About the WBEM Query Language

The WBEM Query Language (WQL) is a subset of the standard American National Standards Institute Structured Query Language (ANSI SQL) with semantic changes to support WBEM in the Solaris environment.

The following table shows the mapping of SQL concepts to WQL.

Table 5-1 Mapping of SQL Concepts to WQL

SQL Concept 

WQL Representation 

Table 

CIM class 

Row 

CIM instance 

Column 

CIM property 


Note -

Like SQL, WQL statements use single (` ') quotation marks.


In the Solaris WBEM Services implementation, WQL is a retrieval-only language. You can use WQL to query data that is stored using the CIM data model. In the CIM model, information about objects is stored in CIM classes and CIM instances. CIM instances can contain properties, which have a name, data type, and value.