Interface CatalogEntry.Builder

    • Method Detail

      • databaseName

        CatalogEntry.Builder databaseName​(String databaseName)

        The database in which the table metadata resides.

        Parameters:
        databaseName - The database in which the table metadata resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        CatalogEntry.Builder tableName​(String tableName)

        The name of the table in question.

        Parameters:
        tableName - The name of the table in question.
        Returns:
        Returns a reference to this object so that method calls can be chained together.