Class Count

    • Method Summary

      Modifier and Type Method Description
      protected Count copy()  
      static Count of​(BasicColumn column)  
      protected java.lang.String render​(java.lang.String columnName)
      Calculate the rendered string for the select list.
      • Methods inherited from class java.lang.Object

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

      • render

        protected java.lang.String render​(java.lang.String columnName)
        Description copied from class: AbstractAggregate
        Calculate the rendered string for the select list.
        Specified by:
        render in class AbstractAggregate<Count>
        Parameters:
        columnName - the calculated column name. It will have the table alias already applied if applicable.
        Returns:
        the rendered string for the select list