com.sun.wbem.query
Class WQLExp

java.lang.Object
  |
  +--com.sun.wbem.query.WQLExp
Direct Known Subclasses:
SelectExp

public abstract class WQLExp
extends java.lang.Object
implements java.io.Serializable

The WQLExp class is an abstract class whose subclasses represent all valid WBEM queries.

Since:
WBEM 1.0
See Also:
CIMClient.execQuery(com.sun.wbem.cim.CIMObjectPath, java.lang.String, int), InstanceProvider.execQuery(com.sun.wbem.cim.CIMObjectPath, java.lang.String, int, com.sun.wbem.cim.CIMClass), Serialized Form

Constructor Summary
WQLExp()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WQLExp

public WQLExp()