Class ShowSeriesStatement.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • on

        public ShowSeriesStatement.Builder on​(String database)
        Sets the database and returns a reference to this Builder enabling method chaining.
        Parameters:
        database - the database to set
        Returns:
        a reference to this Builder
      • from

        public ShowSeriesStatement.Builder from​(Sources sources)
        Sets the sources and returns a reference to this Builder enabling method chaining.
        Parameters:
        sources - the sources to set
        Returns:
        a reference to this Builder
      • where

        public ShowSeriesStatement.Builder where​(Expression conditions)
        Sets the conditions and returns a reference to this Builder enabling method chaining.
        Parameters:
        conditions - the conditions to set
        Returns:
        a reference to this Builder
      • orderBy

        public ShowSeriesStatement.Builder orderBy​(SortFields sortFields)
        Sets the sortFields and returns a reference to this Builder enabling method chaining.
        Parameters:
        sortFields - the sortFields to set
        Returns:
        a reference to this Builder
      • limit

        public ShowSeriesStatement.Builder limit​(int limit)
        Sets the limit and returns a reference to this Builder enabling method chaining.
        Parameters:
        limit - the limit to set
        Returns:
        a reference to this Builder
      • offset

        public ShowSeriesStatement.Builder offset​(int offset)
        Sets the offset and returns a reference to this Builder enabling method chaining.
        Parameters:
        offset - the offset to set
        Returns:
        a reference to this Builder
      • build

        public ShowSeriesStatement build()
        Returns a ShowSeriesStatement built from the parameters previously set.
        Specified by:
        build in interface Buildable<ShowSeriesStatement>
        Returns:
        a ShowSeriesStatement built with parameters of this ShowSeriesStatement.Builder