/**
  * @param DatabaseAdapter $_adapter
  * @return unknown_type
  */
 public function accept(DatabaseAdapter $_adapter)
 {
     return $_adapter->assign($this->connection, $this->table, $this->primary, $this->index);
 }