Interface SelectColumn.Builder

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

public static interface SelectColumn.Builder extends SdkPojo, CopyableBuilder<SelectColumn.Builder,SelectColumn>
  • Method Details

    • name

      Name of the column.

      Parameters:
      name - Name of the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Sets the value of the Type property for this object.
      Parameters:
      type - The new value for the Type property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Sets the value of the Type property for this object. This is a convenience method that creates an instance of the Type.Builder avoiding the need to create one manually via Type.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to type(Type).

      Parameters:
      type - a consumer that will call methods on Type.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • databaseName

      SelectColumn.Builder databaseName(String databaseName)

      Database that has this column.

      Parameters:
      databaseName - Database that has this column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableName

      SelectColumn.Builder tableName(String tableName)

      Table within the database that has this column.

      Parameters:
      tableName - Table within the database that has this column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aliased

      SelectColumn.Builder aliased(Boolean aliased)

      True, if the column name was aliased by the query. False otherwise.

      Parameters:
      aliased - True, if the column name was aliased by the query. False otherwise.
      Returns:
      Returns a reference to this object so that method calls can be chained together.