Пример #1
0
 /**
  * Checks to see if an index specified by name exists.
  *
  * @param string $tableName Table Name
  * @param string $indexName
  * @return bool
  */
 public function hasIndexByName($tableName, $indexName)
 {
     return $this->adapter->hasIndexByName($tableName, $indexName);
 }