Class QueryPartImpl<T extends QueryPartImpl<T>>

    • Constructor Summary

      Constructors 
      Constructor Description
      QueryPartImpl​(QueryPartLinked<?> parent)
      Create a new instance with a parent expression
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T parent​(QueryPartLinked<?> parent)
      Set the parent of this expression
      T sql​(java.lang.String sql)
      Set SQL as content
      • Methods inherited from class java.lang.Object

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

      • QueryPartImpl

        public QueryPartImpl​(QueryPartLinked<?> parent)
        Create a new instance with a parent expression
        Parameters:
        parent - The parent expression