Class WqlQuery

java.lang.Object
org.metricshub.wbem.client.WqlQuery

public class WqlQuery extends Object
Handler for WQL query.
  • Method Details

    • parseQuery

      public static WqlQuery parseQuery(String query) throws WqlQuerySyntaxException
      Constructor for WQL query.
      Parameters:
      query - the WQL query.
      Throws:
      WqlQuerySyntaxException - On WQL Syntax exception.
    • getClassName

      public String getClassName()
    • getPropertiesArray

      public String[] getPropertiesArray()
    • getProperties

      public Set<String> getProperties()
    • getOriginalProperties

      public List<String> getOriginalProperties()
    • hasDuplicateProperties

      public boolean hasDuplicateProperties()