/**
  * Sets the table name.
  *
  * @param string $name
  *
  * @return $this
  */
 public function setName($name)
 {
     $this->table->setName($name);
     return $this;
 }