Class YqlQuery


  • public class YqlQuery
    extends java.lang.Object
    A Yql query. These usually contains variables, which allows the yql query to be parsed once at configuration time and turned into fully specified queries at request time without reparsing.
    Author:
    bratseth
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static YqlQuery from​(java.lang.String yqlQueryString)
      Creates a YQl query form a string
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • from

        public static YqlQuery from​(java.lang.String yqlQueryString)
        Creates a YQl query form a string