Interface ColumnWildcard.Builder

  • Method Details

    • excludedColumnNames

      ColumnWildcard.Builder excludedColumnNames(Collection<String> excludedColumnNames)

      Excludes column names. Any column with this name will be excluded.

      Parameters:
      excludedColumnNames - Excludes column names. Any column with this name will be excluded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • excludedColumnNames

      ColumnWildcard.Builder excludedColumnNames(String... excludedColumnNames)

      Excludes column names. Any column with this name will be excluded.

      Parameters:
      excludedColumnNames - Excludes column names. Any column with this name will be excluded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.