/**
  * Returns the CREATE statement for this table
  *
  * @return mixed
  */
 public function showCreate()
 {
     return $this->_dbi->fetchValue('SHOW CREATE TABLE ' . PMA_Util::backquote($this->_db_name) . '.' . PMA_Util::backquote($this->_name), 0, 1);
 }