Interface Query


public interface Query
Represents a VQL query.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Creates an instance of Query.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves a VQL query string representation of the Query.
  • Method Details

    • getQueryString

      String getQueryString()
      Retrieves a VQL query string representation of the Query.

      This method does not resolve tokens in the query string.

      Returns:
      a VQL query string