Interface SelectColumn.Builder

    • Method Detail

      • name

        SelectColumn.Builder name​(String 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

        SelectColumn.Builder type​(Type 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.
      • 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.