Interface SqlAlias.Builder

    • Method Detail

      • from

        SqlAlias.Builder from​(String from)

        A table, or a column in a table.

        Parameters:
        from - A table, or a column in a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        SqlAlias.Builder alias​(String alias)

        A temporary name given to a table, or a column in a table.

        Parameters:
        alias - A temporary name given to a table, or a column in a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.