Interface SubqueryContainer<T extends Command>

    • Method Detail

      • getCommand

        T getCommand()
        Returns the subquery Command object
        Returns:
        the subquery Command object
      • setCommand

        void setCommand​(T command)
        Sets the subquery Command object
        Parameters:
        command - the subquery Command object