Interface TableMember.Builder

    • Method Detail

      • name

        TableMember.Builder name​(String name)

        The name of the table.

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

        TableMember.Builder schema​(String schema)

        The schema containing the table.

        Parameters:
        schema - The schema containing the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        TableMember.Builder type​(String type)

        The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.

        Parameters:
        type - The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.