Interface SqlAlias.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SqlAlias.Builder,SqlAlias>, SdkBuilder<SqlAlias.Builder,SqlAlias>, SdkPojo
Enclosing class:
SqlAlias

@Mutable @NotThreadSafe public static interface SqlAlias.Builder extends SdkPojo, CopyableBuilder<SqlAlias.Builder,SqlAlias>
  • Method Details

    • 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.