/**
  * Set table names
  *
  * @param array $tableNames The names of the selected tables
  * @return void
  */
 public function setTableNames($tableNames)
 {
     $this->table->setTableNames($tableNames);
 }