Interface ColumnMetadata.Builder

    • Method Detail

      • name

        ColumnMetadata.Builder name​(String name)

        The name of the column.

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

        ColumnMetadata.Builder format​(String format)

        The format of the column.

        Parameters:
        format - The format of the column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Format, Format
      • format

        ColumnMetadata.Builder format​(Format format)

        The format of the column.

        Parameters:
        format - The format of the column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Format, Format